|
RTI Connext DDS Micro
Version 2.4.11
|
<<eXtension>> Specifies the DestinationOrder policy. More...
Data Structures | |
| struct | DDS_DestinationOrderQosPolicy |
| Destination order policies that affect the ordering of subsribed data. More... | |
Enumerations | |
| enum | DDS_DestinationOrderQosPolicyKind { DDS_BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS, DDS_BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS } |
| Enumerated values used to describe the destination order of published data. More... | |
<<eXtension>> Specifies the DestinationOrder policy.
Enumerated values used to describe the destination order of published data.
| DDS_BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS |
destination ordering by reception timestemp.
|
| DDS_BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS |
destination ordering by source timestemp.
|