tree: 59383d3205a4067bfac898d7313b65f741d1a2da [path history] [tgz]
  1. gtest/
  2. include/
  3. resources/
  4. src/
  5. CMakeLists.txt
  6. README.md
bundles/cxx_remote_services/integration/README.md

C++ Remote Service Amdatu Integration

This project part tests the integration of the C++ Remote Service Admin implementation with the C++ configuration-based remote service discovery.

Because the C++ Remote Service Admin is based on export and import service factories and does not directly implement a transportation or serializer technology, the integration tests are based on a simple implementation of inter process communication message queue (IPC mq) for transportation and a simple memcpy for serialization.