#include <sot/talos_balance/utils/statistics.hh>
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.hh.
|
inline |
Definition at line 118 of file statistics.hh.
long double last |
Last value
Definition at line 130 of file statistics.hh.
long double max |
Maximum value
Definition at line 127 of file statistics.hh.
long double min |
Minimum value
Definition at line 124 of file statistics.hh.
int stops |
How many times have this quantity been stored?
Definition at line 133 of file statistics.hh.
long double total |
Cumulative total value
Definition at line 121 of file statistics.hh.