RTI Connext Modern C++ API Version 7.3.0
rti::core::policy::DestinationOrderScopeKind_def Struct Reference

<<extension>> The definition of the dds::core::safe_enum DestinationOrderScopeKind More...

#include <PolicyKind.hpp>

Public Types

enum  type {
  INSTANCE ,
  TOPIC
}
 The underlying enum type. More...
 

Detailed Description

<<extension>> The definition of the dds::core::safe_enum DestinationOrderScopeKind

Member Enumeration Documentation

◆ type

The underlying enum type.

Enumerator
INSTANCE 

[default] Indicates that data is ordered on a per instance basis if used along with dds::core::policy::DestinationOrderKind::BY_SOURCE_TIMESTAMP.

The source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same instance. The tolerance check is also applied per instance.

TOPIC 

Indicates that data is ordered on a per topic basis if used along with dds::core::policy::DestinationOrderKind::BY_SOURCE_TIMESTAMP.

The source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same topic. The tolerance check is also applied per topic.