VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::Qos::DestinationOrder结构体 参考final

Controls the ordering of received samples. 更多...

#include <qos.h>

vlink::Qos::DestinationOrder 的协作图:

Public 类型

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

Public 属性

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

成员枚举类型说明

◆ Kind

枚举值
kReceptionTimestamp 

Order by reception time.

kSourceTimestamp 

Order by source write time.

类成员变量说明

◆ kind

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

Sample ordering criterion.


该结构体的文档由以下文件生成:
  • include/vlink/extension/qos.h