rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create components & targets for Persistence Service, Cloud Discovery Service and Web Integration Service

pralhadsapre opened this issue · comments

Persistence Service, Cloud Discovery Service and Web Integration Service now support the Service as a Library API that allows users to integrate them into their application. We should add support for them in rticonnextdds-cmake-utils.

Persistence Service:

  • Component Name - persistence_service
  • Targets - persistence_service_c since we only support Service as a Library API in C.

Cloud Discovery Service:

  • Component Name - cloud_discovery_service
  • Targets - cloud_discovery_service_c & cloud_discovery_service_cpp2 since we support Service as a Library API in C/C++11.

Web Integration Service

  • Component Name - web_integration_service
  • Target - web_integration_service_cpp2 since we only support Service as a Library API in C++11