|
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::DestinationOrder | kind |
| <<basic>> <<spec>> Specifies the desired kind of destination order. | |
Advanced Settings
| dds::core::policy::Presentation | access_scope |
| <<spec>> Determines the largest scope spanning the entities for which the order and coherency of changes can be preserved. | |
| dds::core::policy::Presentation | coherent_access |
<<spec>> Specifies support for coherent access. Controls whether coherent access is supported within the scope access_scope. | |
| dds::core::policy::Presentation | ordered_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::Presentation | drop_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::DestinationOrder | scope |
| <<spec>> Specifies the desired scope of the source destination order. | |
| dds::core::policy::DestinationOrder | source_timestamp_tolerance |
| <<extension>> Allowed tolerance between source timestamps of consecutive samples. | |