VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::BagReaderProcessor::Config结构体 参考final

Configuration for the time-ordered message cache. 更多...

#include <bag_reader_processor.h>

vlink::BagReaderProcessor::Config 的协作图:

Public 成员函数

 Config ()

Public 属性

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.

构造及析构函数说明

◆ Config()

vlink::BagReaderProcessor::Config::Config ( )
inline

类成员变量说明

◆ max_cache_size

int64_t vlink::BagReaderProcessor::Config::max_cache_size {1024LL * 1024LL * 256}

Maximum cache size in bytes (256 MiB).

◆ min_cache_time

int64_t vlink::BagReaderProcessor::Config::min_cache_time {500}

Minimum cache time in milliseconds before flushing.


该结构体的文档由以下文件生成: