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