Cyclone ISO C++ API Reference Guide
dds::core::policy::DestinationOrderKind Struct Reference

#include "PolicyKind.hpp"

Public Types

enum  Type { BY_RECEPTION_TIMESTAMP, BY_SOURCE_TIMESTAMP }
 

Detailed Description

Definition at line 143 of file PolicyKind.hpp.

Member Enumeration Documentation

◆ Type

Enumerator
BY_RECEPTION_TIMESTAMP 

The order is based on the timestamp, at the moment the sample was received by the DataReader.

BY_SOURCE_TIMESTAMP 

The order is based on the timestamp, which was set by the DataWriter. This means that the system needs some time synchronization.

Definition at line 145 of file PolicyKind.hpp.


The documentation for this struct was generated from the following file: