RTI Connext C API
Version 5.3.1
|
<<extension>> DDS_DomainParticipantConfigParams_t More...
Data Structures | |
struct | DDS_DomainParticipantConfigParams_t |
<<extension>> Input paramaters for creating a participant from configuration. It allows to modify or override some of the properties of the entities defined in the configuration. More... | |
Macros | |
#define | DDS_DomainParticipantConfigParams_t_INITIALIZER |
<<extension>> Initializer for new DDS_DomainParticipantConfigParams_t. | |
Variables | |
const int | DDS_DOMAIN_ID_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that a participant is created using the domain ID specified in the participant configuration. | |
const char * | DDS_ENTITY_NAME_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that a participant created is with an autogenerated entity name. | |
const char * | DDS_QOS_ELEMENT_NAME_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that entities are created from the QoS profile specified in the participant configuration. | |
<<extension>> DDS_DomainParticipantConfigParams_t
#define DDS_DomainParticipantConfigParams_t_INITIALIZER |
<<extension>> Initializer for new DDS_DomainParticipantConfigParams_t.
No memory is allocated. New DDS_DomainParticipantConfigParams_t instances stored in the stack should be initialized with this value before they are passed to any functions. .
const int DDS_DOMAIN_ID_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that a participant is created using the domain ID specified in the participant configuration.
This variable contains a constant sentinel value that is compared when creating the entities from configuration.
const char* DDS_ENTITY_NAME_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that a participant created is with an autogenerated entity name.
This variable contains a constant sentinel value that is lexicographically compared when creating the entities from configuration.
const char* DDS_QOS_ELEMENT_NAME_USE_XML_CONFIG |
<<extension>> Special value to be used with DDS_DomainParticipantConfigParams_t to indicate that entities are created from the QoS profile specified in the participant configuration.
This variable contains a constant sentinel value that is lexicographically compared when creating the entities from configuration.