#include <eosim/statics/timeseries.hpp>
Inheritance diagram for eosim::statics::TimeSeries:
Public Member Functions | |
TimeSeries (std::string name, core::Model &m) | |
The constructor of TimeSeries; the kind of histogram is appended at the end of the name. The model passed as an argument is the one which will be used to get the time values needed to log data in this histograms. | |
void | log (double value) |
This operation log a value in the histogram. |
void TimeSeries::log | ( | double | value | ) |
This operation log a value in the histogram.