RTI Connext Modern C++ API  Version 6.0.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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

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.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc