VLink  2.1.0
A high-performance communication middleware
vlink::TriggerPluginInterface::DumpContext结构体 参考final

Describes the dump currently being written, delivered to on_dump_started() / on_frame(). 更多...

#include <trigger_plugin_interface.h>

vlink::TriggerPluginInterface::DumpContext 的协作图:

Public 属性

std::string reason
 Trigger reason for this dump. 更多...
 
std::string path
 Output bag file path. 更多...
 
int64_t start_timestamp {0}
 Wall-clock time of the window's first frame, in milliseconds. 更多...
 
int64_t url_count {0}
 Number of URLs snapshotted into this dump (some may contribute 0 frames). 更多...
 

详细描述

Describes the dump currently being written, delivered to on_dump_started() / on_frame().

类成员变量说明

◆ path

std::string vlink::TriggerPluginInterface::DumpContext::path

Output bag file path.

◆ reason

std::string vlink::TriggerPluginInterface::DumpContext::reason

Trigger reason for this dump.

◆ start_timestamp

int64_t vlink::TriggerPluginInterface::DumpContext::start_timestamp {0}

Wall-clock time of the window's first frame, in milliseconds.

◆ url_count

int64_t vlink::TriggerPluginInterface::DumpContext::url_count {0}

Number of URLs snapshotted into this dump (some may contribute 0 frames).


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