RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DomainParticipant

DDSDomainParticipant entity and associated elements More...

Classes

struct  DDS_DomainParticipantQos
 QoS policies supported by a DDSDomainParticipant entity. More...
 
class  DDSDomainParticipantListener
 <<interface>> Listener for participant status. More...
 
class  DDSDomainParticipant
 <<interface>> Container for all DDSDomainEntity objects. More...
 

Variables

const struct DDS_TopicQos DDS_TOPIC_QOS_DEFAULT
 Special value for creating a DDSTopic with default QoS.
 
const struct DDS_PublisherQos DDS_PUBLISHER_QOS_DEFAULT
 Special value for creating a DDSPublisher with default QoS.
 
const struct DDS_SubscriberQos DDS_SUBSCRIBER_QOS_DEFAULT
 Special value for creating a DDSSubscriber with default QoS.
 
const struct DDS_FlowControllerProperty_t DDS_FLOW_CONTROLLER_PROPERTY_DEFAULT
 <<eXtension>> Special value for creating a DDSFlowController with default property.
 

Detailed Description

DDSDomainParticipant entity and associated elements

Variable Documentation

◆ DDS_TOPIC_QOS_DEFAULT

const struct DDS_TopicQos DDS_TOPIC_QOS_DEFAULT
extern

Special value for creating a DDSTopic with default QoS.

When used in DDSDomainParticipant::create_topic, this special value indicates that the DDSTopic should be created with the default DDSTopic QoS.

See also
DDSDomainParticipant::create_topic

◆ DDS_PUBLISHER_QOS_DEFAULT

const struct DDS_PublisherQos DDS_PUBLISHER_QOS_DEFAULT
extern

Special value for creating a DDSPublisher with default QoS.

When used in DDSDomainParticipant::create_publisher, this special value is used to indicate that the DDSPublisher should be created with the default DDSPublisher QoS.

See also
DDSDomainParticipant::create_publisher

◆ DDS_SUBSCRIBER_QOS_DEFAULT

const struct DDS_SubscriberQos DDS_SUBSCRIBER_QOS_DEFAULT
extern

Special value for creating a DDSSubscriber with default QoS.

When used in DDSDomainParticipant::create_subscriber, this special value is used to indicate that the DDSSubscriber should be created with the default DDSSubscriber QoS.

See also
DDSDomainParticipant::create_subscriber

◆ DDS_FLOW_CONTROLLER_PROPERTY_DEFAULT

const struct DDS_FlowControllerProperty_t DDS_FLOW_CONTROLLER_PROPERTY_DEFAULT
extern

<<eXtension>> Special value for creating a DDSFlowController with default property.

When used in DDSDomainParticipant::create_flowcontroller, this special value is used to indicate that the DDSFlowController should be created with the default DDSFlowController property by means of the operation get_default_flowcontroller_property and using the resulting QoS to create the DDS_FlowControllerProperty_t.

Note: You cannot use this value to get the default properties for a FlowController; for this purpose, use DDSDomainParticipant::get_default_flowcontroller_property.

See also
DDSDomainParticipant::create_flowcontroller
DDSDomainParticipant::set_default_flowcontroller_property
DDSFlowController::set_property