RTI Connext Micro C++ API Version 4.3.0
Loading...
Searching...
No Matches
DomainParticipantFactory

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.
 

Detailed Description

DDSDomainParticipantFactory entity and associated elements

Variable Documentation

◆ DDS_PARTICIPANT_QOS_DEFAULT

const struct DDS_DomainParticipantQos DDS_PARTICIPANT_QOS_DEFAULT
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.

See also
DDSDomainParticipantFactory::create_participant()