#include <statistics.hpp>
Public Member Functions | |
QuantityData () | |
Public Attributes | |
long double | last |
long double | max |
long double | min |
int | stops |
long double | total |
Struct to hold the quantity data
Definition at line 117 of file statistics.hpp.
|
inline |
Definition at line 118 of file statistics.hpp.
long double Statistics::QuantityData::last |
Last value
Definition at line 130 of file statistics.hpp.
long double Statistics::QuantityData::max |
Maximum value
Definition at line 127 of file statistics.hpp.
long double Statistics::QuantityData::min |
Minimum value
Definition at line 124 of file statistics.hpp.
int Statistics::QuantityData::stops |
How many times have this quantity been stored?
Definition at line 133 of file statistics.hpp.
long double Statistics::QuantityData::total |
Cumulative total value
Definition at line 121 of file statistics.hpp.