#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 122 of file statistics.hh.
|
inline |
Definition at line 124 of file statistics.hh.
long double last |
Last value
Definition at line 142 of file statistics.hh.
Referenced by Statistics::get_last(), Statistics::report(), Statistics::reset(), and Statistics::store().
long double max |
Maximum value
Definition at line 139 of file statistics.hh.
Referenced by Statistics::get_max(), Statistics::report(), Statistics::reset(), and Statistics::store().
long double min |
Minimum value
Definition at line 136 of file statistics.hh.
Referenced by Statistics::get_min(), Statistics::report(), Statistics::reset(), and Statistics::store().
int stops |
How many times have this quantity been stored?
Definition at line 145 of file statistics.hh.
Referenced by Statistics::get_average(), Statistics::report(), Statistics::reset(), and Statistics::store().
long double total |
Cumulative total value
Definition at line 133 of file statistics.hh.
Referenced by Statistics::get_average(), Statistics::get_total(), Statistics::report(), Statistics::reset(), and Statistics::store().