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

Controls whether the DataWriter sends synchronously or asynchronously. 更多...

#include <qos.h>

vlink::Qos::PublishMode 的协作图:

Public 类型

enum  Kind : uint8_t { kSync = 0 , kASync = 1 }

Public 属性

Kind kind {kSync}
 Publish mode.

详细描述

Controls whether the DataWriter sends synchronously or asynchronously.

Kind Behaviour
kSync Write completes before returning to the caller
kASync Write is queued and sent by a background thread

成员枚举类型说明

◆ Kind

枚举值
kSync 

Synchronous publish.

kASync 

Asynchronous publish via background thread.

类成员变量说明

◆ kind

Kind vlink::Qos::PublishMode::kind {kSync}

Publish mode.


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