EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eeros::Statistics Class Reference

#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
 

Constructor & Destructor Documentation

Statistics::Statistics ( )
Statistics::Statistics ( long  max_count)

Member Function Documentation

void Statistics::add ( double  value)

Here is the caller graph for this function:

void Statistics::reset ( )

Here is the caller graph for this function:

Member Data Documentation

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

The documentation for this class was generated from the following files: