|
VLink 2.0.0
A high-performance communication middleware
|
Controls the ordering of received samples. More...
#include <qos.h>
Public Types | |
| enum | Kind : uint8_t { kReceptionTimestamp = 0 , kSourceTimestamp = 1 } |
Public Attributes | |
| Kind | kind {kReceptionTimestamp} |
| Sample ordering criterion. | |
Controls the ordering of received samples.
| Kind | Behaviour |
|---|---|
| kReceptionTimestamp | Order by time the reader received the sample |
| kSourceTimestamp | Order by time the writer sent the sample |
| enum vlink::Qos::DestinationOrder::Kind : uint8_t |
| Kind vlink::Qos::DestinationOrder::kind {kReceptionTimestamp} |
Sample ordering criterion.