|
VLink 2.0.0
A high-performance communication middleware
|
Controls how many samples are kept for late-joining subscribers. 更多...
#include <qos.h>
Public 类型 | |
| enum | Kind : uint8_t { kKeepLast = 0 , kKeepAll = 1 } |
Public 属性 | |
| Kind | kind {kKeepLast} |
| History retention kind. | |
| int32_t | depth {1} |
| Number of samples to keep per instance (KeepLast only). | |
Controls how many samples are kept for late-joining subscribers.
| Kind | Behaviour |
|---|---|
| kKeepLast | Keep the depth most recent samples per instance |
| kKeepAll | Keep all samples (subject to ResourceLimits) |
| enum vlink::Qos::History::Kind : uint8_t |
| int32_t vlink::Qos::History::depth {1} |
Number of samples to keep per instance (KeepLast only).