|
VLink 2.0.0
A high-performance communication middleware
|
Controls whether the DataWriter sends synchronously or asynchronously. More...
#include <qos.h>
Public Types | |
| enum | Kind : uint8_t { kSync = 0 , kASync = 1 } |
Public Attributes | |
| 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 |
| enum vlink::Qos::PublishMode::Kind : uint8_t |