|
RTI Connext DDS Micro C++ API
Version 4.1.0
|
DDSDomainParticipant entity and associated elements More...
Classes | |
| class | DDSDomainParticipantListener |
| <<interface>> Listener for participant status. More... | |
| class | DDSDomainParticipant |
| <<interface>> Container for all DDSDomainEntity objects. More... | |
| struct | DDS_DomainParticipantQos |
| QoS policies supported by a DDSDomainParticipant entity. More... | |
Variables | |
| struct DDS_TopicQos | DDS_TOPIC_QOS_DEFAULT |
| Special value for creating a DDSTopic with default QoS. | |
| struct DDS_PublisherQos | DDS_PUBLISHER_QOS_DEFAULT |
| Special value for creating a DDSPublisher with default QoS. | |
| struct DDS_SubscriberQos | DDS_SUBSCRIBER_QOS_DEFAULT |
| Special value for creating a DDSSubscriber with default QoS. | |
| struct DDS_FlowControllerProperty_t | DDS_FLOW_CONTROLLER_PROPERTY_DEFAULT |
| <<eXtension>> Special value for creating a DDSFlowController with default property. | |
DDSDomainParticipant entity and associated elements
| struct DDS_TopicQos DDS_TOPIC_QOS_DEFAULT |
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.
| struct DDS_PublisherQos DDS_PUBLISHER_QOS_DEFAULT |
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.
| struct DDS_SubscriberQos DDS_SUBSCRIBER_QOS_DEFAULT |
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.
| struct DDS_FlowControllerProperty_t DDS_FLOW_CONTROLLER_PROPERTY_DEFAULT |
<<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.