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

Controls whether multiple writers can write to the same instance. 更多...

#include <qos.h>

vlink::Qos::Ownership 的协作图:

Public 类型

enum  Kind : uint8_t { kShared = 0 , kExClusive = 1 }

Public 属性

Kind kind {kShared}
 Ownership kind.

详细描述

Controls whether multiple writers can write to the same instance.

Kind Behaviour
kShared Multiple writers may update the same instance
kExclusive Only the writer with the highest strength may update

成员枚举类型说明

◆ Kind

枚举值
kShared 

Multiple writers share ownership.

kExClusive 

Only the highest-strength writer has ownership.

类成员变量说明

◆ kind

Kind vlink::Qos::Ownership::kind {kShared}

Ownership kind.


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