|
VLink 2.0.0
A high-performance communication middleware
|
Controls whether multiple writers can write to the same instance. More...
#include <qos.h>
Public Types | |
| enum | Kind : uint8_t { kShared = 0 , kExClusive = 1 } |
Public Attributes | |
| 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 |