<<extension>> The definition of the dds::core::safe_enum DestinationOrderScopeKind
More...
#include <PolicyKind.hpp>
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.
|