#include <averagetimecalculator.h>
Public Member Functions | |
AverageTimeCalculator () | |
void | reset () |
This will initilize/clear the RRT-info. | |
void | registerValue (unsigned int val) |
This will add a value to the set and recalculate a new average. | |
unsigned int | getAvg () const |
Will return the current average. |
Definition at line 35 of file averagetimecalculator.h.