manage trace format
More...
#include <signals.h>
manage trace format
Definition at line 57 of file signals.h.
◆ time_trace_ffmt() [1/3]
opencarp::sig::time_trace_ffmt::time_trace_ffmt |
( |
| ) |
|
|
inline |
◆ time_trace_ffmt() [2/3]
opencarp::sig::time_trace_ffmt::time_trace_ffmt |
( |
bool |
num_samples_on_, |
|
|
bool |
header_on_, |
|
|
std::string |
header_, |
|
|
std::string |
col_sep_ |
|
) |
| |
|
inline |
◆ time_trace_ffmt() [3/3]
opencarp::sig::time_trace_ffmt::time_trace_ffmt |
( |
bool |
num_samples_on_, |
|
|
bool |
header_on_, |
|
|
std::string |
header_, |
|
|
std::string |
col_sep_, |
|
|
int |
fmt_id_ |
|
) |
| |
|
inline |
◆ parse_header()
int opencarp::sig::time_trace_ffmt::parse_header |
( |
std::ifstream & |
inpf | ) |
|
|
inline |
parse trace header from file
Definition at line 85 of file signals.h.
◆ col_sep
std::string opencarp::sig::time_trace_ffmt::col_sep |
column separator, either " " or ","
Definition at line 62 of file signals.h.
◆ colw
SF::vector<int> opencarp::sig::time_trace_ffmt::colw |
width of columns
Definition at line 64 of file signals.h.
◆ fmt_id
int opencarp::sig::time_trace_ffmt::fmt_id |
format identifier
Definition at line 63 of file signals.h.
◆ header
std::string opencarp::sig::time_trace_ffmt::header |
◆ header_on
bool opencarp::sig::time_trace_ffmt::header_on |
turn on header output
Definition at line 60 of file signals.h.
◆ num_samples_on
bool opencarp::sig::time_trace_ffmt::num_samples_on |
turn on # of samples output
Definition at line 59 of file signals.h.
The documentation for this class was generated from the following file: