VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::Qos::DestinationOrder Struct Referencefinal

Controls the ordering of received samples. More...

#include <qos.h>

Collaboration diagram for vlink::Qos::DestinationOrder:

Public Types

enum  Kind : uint8_t { kReceptionTimestamp = 0 , kSourceTimestamp = 1 }

Public Attributes

Kind kind {kReceptionTimestamp}
 Sample ordering criterion.

Detailed Description

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

Member Enumeration Documentation

◆ Kind

Enumerator
kReceptionTimestamp 

Order by reception time.

kSourceTimestamp 

Order by source write time.

Member Data Documentation

◆ kind

Kind vlink::Qos::DestinationOrder::kind {kReceptionTimestamp}

Sample ordering criterion.


The documentation for this struct was generated from the following file:
  • include/vlink/extension/qos.h