The structure holds CSV export options. More...
#include <common.h>
Public Attributes | |
std::string | filename |
The export filename with full path. | |
EXPORT_FLAGS | flags |
The flags for export. | |
FrameTime | interval |
The interval to be averaged in milliseconds. | |
std::vector< Marker > | markers |
The markers for the export. | |
FrameTime | start |
The period's start point. | |
FrameTime | stop |
The period's stop point. | |
int | time_offset |
The offset change for each marker time in seconds. | |
The structure holds CSV export options.