RTI Connext Modern C++ API Version 7.6.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::core::policy::DestinationOrderkind
<<basic>> <<spec>> Specifies the desired kind of destination order.

Advanced Settings

dds::core::policy::Presentationaccess_scope
<<spec>> Determines the largest scope spanning the entities for which the order and coherency of changes can be preserved.
dds::core::policy::Presentationcoherent_access
<<spec>> Specifies support for coherent access. Controls whether coherent access is supported within the scope access_scope.
dds::core::policy::Presentationordered_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::core::policy::Presentationdrop_incomplete_coherent_set
<<extension>> Indicates whether or not a dds::sub::DataReader 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::core::policy::DestinationOrderscope
<<spec>> Specifies the desired scope of the source destination order.
dds::core::policy::DestinationOrdersource_timestamp_tolerance
<<extension>> Allowed tolerance between source timestamps of consecutive samples.