|
VLink 2.0.0
A high-performance communication middleware
|
Configuration for the time-ordered message cache. More...
#include <bag_reader_processor.h>
Public Member Functions | |
| Config () | |
Public Attributes | |
| int64_t | min_cache_time {500} |
| Minimum cache time in milliseconds before flushing. | |
| int64_t | max_cache_size {1024LL * 1024LL * 256} |
| Maximum cache size in bytes (256 MiB). | |
Configuration for the time-ordered message cache.
|
inline |
| int64_t vlink::BagReaderProcessor::Config::max_cache_size {1024LL * 1024LL * 256} |
Maximum cache size in bytes (256 MiB).
| int64_t vlink::BagReaderProcessor::Config::min_cache_time {500} |
Minimum cache time in milliseconds before flushing.