|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <Statistics.hpp>
Public Member Functions | |
| Statistics () | |
| Statistics (long max_count) | |
| void | add (double value) |
| void | reset () |
Public Attributes | |
| long | max_count |
| long | count |
| double | min |
| double | max |
| double | mean |
| Statistics::Statistics | ( | ) |
| Statistics::Statistics | ( | long | max_count | ) |
| void Statistics::add | ( | double | value | ) |

| void Statistics::reset | ( | ) |

| long eeros::Statistics::count |
| double eeros::Statistics::max |
| long eeros::Statistics::max_count |
| double eeros::Statistics::mean |
| double eeros::Statistics::min |