Data structure used to store the time stamped values. More...
#include <graph_inset.h>
Public Member Functions | |
Data (const Data ©) | |
Data (double t, const std::vector< double > &vs, bool c) | |
Public Attributes | |
bool | changed |
This value comes from a different source than the previous one. | |
double | time |
Time stamp. | |
std::vector< double > | values |
Vector of values with one value per line. |
Data structure used to store the time stamped values.
Definition at line 36 of file graph_inset.h.
This value comes from a different source than the previous one.
Definition at line 63 of file graph_inset.h.
double util::GraphInset::Data::time |
Time stamp.
Definition at line 53 of file graph_inset.h.
std::vector<double> util::GraphInset::Data::values |
Vector of values with one value per line.
Definition at line 58 of file graph_inset.h.