|
VLink
2.1.0
A high-performance communication middleware
|
Describes the dump currently being written, delivered to on_dump_started() / on_frame().
More...
#include <trigger_plugin_interface.h>
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... | |
Describes the dump currently being written, delivered to on_dump_started() / on_frame().
| std::string vlink::TriggerPluginInterface::DumpContext::path |
Output bag file path.
| std::string vlink::TriggerPluginInterface::DumpContext::reason |
Trigger reason for this dump.
| int64_t vlink::TriggerPluginInterface::DumpContext::start_timestamp {0} |
Wall-clock time of the window's first frame, in milliseconds.
| int64_t vlink::TriggerPluginInterface::DumpContext::url_count {0} |
Number of URLs snapshotted into this dump (some may contribute 0 frames).