RTI Connext Modern C++ API  Version 5.3.1
 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 tolerance check and the current sample's timestamp is computed based on a previously written DDS sample belonging to the same instance.

TOPIC 

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

The tolerance check and the current sample's timestamp is computed based on a previously written DDS sample belonging to any instance.


RTI Connext Modern C++ API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc