There are existing API's for accessing QoS libraries and profiles ( DDS_DomainParticipantFactory_get_qos_profile_libraries(), DDS_DomainParticipantFactory_get_qos_profile()).
Are there similar functions for loading <types>, <domain_library> and <domain_participant_library>? I searched through doc and header files but can't find anything.
Thanks.
Mark.
Hi Mark,
Currently there are no public APIs that provide you with the list of available configurations. How critical is this for you?
- Antonio
Not critical. I'll write code to locate and parse XML configuration file. In the future this would be a good addition to public API.
Thanks.
Mark.