RTI Connext Traditional C++ API Version 7.5.0

Use these QoS fields to configure how samples are ordered when stored and accessed by a DataReader.

Use these QoS fields to configure how samples are ordered when stored and accessed by a DataReader.

Basic Settings

DDS_DestinationOrderQosPolicykind
<<basic>> <<spec>> Specifies the desired kind of destination order.

Advanced Settings

DDS_PresentationQosPolicyaccess_scope
<<spec>> Determines the largest scope spanning the entities for which the order and coherency of changes can be preserved.
DDS_PresentationQosPolicycoherent_access
<<spec>> Specifies support for coherent access. Controls whether coherent access is supported within the scope access_scope.
DDS_PresentationQosPolicyordered_access
<<spec>> Specifies support for ordered access to the samples received at the subscription end. Controls whether ordered access is supported within the scope access_scope.
DDS_PresentationQosPolicydrop_incomplete_coherent_set
<<extension>> Indicates whether or not a DDSDataReader should drop samples from an incomplete coherent set (one for which not all the samples were received). Such samples are reported as lost in the SAMPLE_LOST Status.
DDS_DestinationOrderQosPolicyscope
<<spec>> Specifies the desired scope of the source destination order.
DDS_DestinationOrderQosPolicysource_timestamp_tolerance
<<extension>> Allowed tolerance between source timestamps of consecutive samples.