|
RTI Connext Micro C++ API Version 4.3.0
|
DDSDomainParticipantFactory entity and associated elements More...
Classes | |
| struct | DDS_DomainParticipantFactoryQos |
| QoS policies supported by a DDSDomainParticipantFactory. More... | |
| class | DDSDomainParticipantFactory |
| <<singleton>> <<interface>> Allows creation and destruction of DDSDomainParticipant objects. More... | |
Variables | |
| const struct DDS_DomainParticipantQos | DDS_PARTICIPANT_QOS_DEFAULT |
| Special value for creating domain participant with default QoS. | |
DDSDomainParticipantFactory entity and associated elements
|
extern |
Special value for creating domain participant with default QoS.
When used in DDSDomainParticipantFactory::create_participant, this special value is used to indicate that the DDSDomainParticipant should be created with the default DDSDomainParticipant QoS.
NOTE: You cannot use this value to get the default QoS for a DomainParticipant; for this purpose, use DDSDomainParticipantFactory::get_default_participant_qos.