API to access XML Application Creation info from XML Configuration file

3 posts / 0 new
Last post
Offline
Last seen: 1 year 2 months ago
Joined: 10/23/2013
Posts: 43
API to access XML Application Creation info from XML Configuration file

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.

Organization:
asanchez's picture
Offline
Last seen: 3 years 10 months ago
Joined: 11/16/2011
Posts: 50

Hi Mark,

Currently there are no public APIs that provide you with the list of available configurations. How critical is this for you?

- Antonio

Offline
Last seen: 1 year 2 months ago
Joined: 10/23/2013
Posts: 43

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.