VLink  2.1.0
A high-performance communication middleware
vlink::TriggerPluginInterface::DumpContext Struct Referencefinal

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

#include <trigger_plugin_interface.h>

Collaboration diagram for vlink::TriggerPluginInterface::DumpContext:

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ 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).


The documentation for this struct was generated from the following file: