|
VLink 2.0.0
A high-performance communication middleware
|
Controls whether multiple writers can write to the same instance. 更多...
#include <qos.h>
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 |
| enum vlink::Qos::Ownership::Kind : uint8_t |