Classes |
| struct | ThreadModelQosPolicy |
| | Configure the threading features of CoreDX DDS. More...
|
| class | DomainParticipantFactoryQos |
| | Structure that holds DomainParticipantFactory Quality of Service policies. More...
|
| class | DomainParticipantQos |
| | Structure that holds DomainParticipant Quality of Service policies. More...
|
| class | TopicQos |
| | Structure that holds DDS_Topic Quality of Service policies. More...
|
| class | PublisherQos |
| | Structure that holds Publisher Quality of Service policies. More...
|
| class | SubscriberQos |
| | Structure that holds DDS_Subscriber Quality of Service policies. More...
|
| class | DataWriterQos |
| | Structure that holds DataWriter Quality of Service policies. More...
|
| class | DataReaderQos |
| | Structure that holds DataReader Quality of Service policies. More...
|
Enumerations |
| enum | DurabilityQosPolicyKind { VOLATILE_DURABILITY_QOS,
TRANSIENT_LOCAL_DURABILITY_QOS,
TRANSIENT_DURABILITY_QOS,
PERSISTENT_DURABILITY_QOS
} |
| | Valid kinds of Durability Qos.
More...
|
| enum | PresentationQosPolicyAccessScopeKind { INSTANCE_PRESENTATION_QOS,
TOPIC_PRESENTATION_QOS,
GROUP_PRESENTATION_QOS
} |
| | Valid kinds of Presentation Qos.
More...
|
| enum | OwnershipQosPolicyKind { SHARED_OWNERSHIP_QOS,
EXCLUSIVE_OWNERSHIP_QOS
} |
| | Valid kinds of Ownership Qos.
More...
|
| enum | LivelinessQosPolicyKind { AUTOMATIC_LIVELINESS_QOS,
MANUAL_BY_PARTICIPANT_LIVELINESS_QOS,
MANUAL_BY_TOPIC_LIVELINESS_QOS
} |
| | The 'kinds' of Liveliness Qos Policy supported.
More...
|
| enum | ReliabilityQosPolicyKind { , BEST_EFFORT_RELIABILITY_QOS,
RELIABLE_RELIABILITY_QOS
} |
| | Valid kinds of Reliability Qos.
More...
|
| enum | DestinationOrderQosPolicyKind { BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS,
BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS
} |
| | Valid kinds of DestinationOrder Qos.
More...
|
| enum | HistoryQosPolicyKind { KEEP_LAST_HISTORY_QOS,
KEEP_ALL_HISTORY_QOS
} |
| | Valid kinds of History Qos.
More...
|
| enum | DiscoveryQosPolicyDiscoveryKind { PEER_DISCOVERY_QOS,
CENTRAL_DISCOVERY_QOS
} |
| | Valid kinds of Discovery Qos.
More...
|