RTI Connext Micro C++ API Version 4.2.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_DomainParticipantFactoryQos DDS_PARTICIPANT_FACTORY_QOS_DEFAULT
 Special value for creating domain participant with default QoS.
 
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_FACTORY_QOS_DEFAULT

const struct DDS_DomainParticipantFactoryQos DDS_PARTICIPANT_FACTORY_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.

See also
DDSDomainParticipantFactory::create_participant()

◆ 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.

See also
DDSDomainParticipantFactory::create_participant()