Inheritance diagram for GT2005SensorDataProcessor::SensorDataRingBuffer:


Public Member Functions | |
| double | getAverage (SensorData::sensors sensor, int ticks) |
| calculates an average value by summing up last ticks values | |
| void | updateAverage (SensorData::sensors sensor, int ticks, double &average) |
| calculates an average value by subtracting oldest and adding newest value | |
| long | interpolate (SensorData::sensors sensor, unsigned long frame) |
Definition at line 82 of file GT2005SensorDataProcessor.h.
|
||||||||||||
|
calculates an average value by summing up last ticks values
Definition at line 282 of file GT2005SensorDataProcessor.cpp. References SensorData::data, RingBuffer< SensorData, gt2005SensorDataProcessorBufferSize >::getEntry(), and RingBuffer< SensorData, gt2005SensorDataProcessorBufferSize >::getNumberOfEntries(). Referenced by GT2005SensorDataProcessor::detectSwitches(). |
Here is the call graph for this function:

|
||||||||||||||||
|
calculates an average value by subtracting oldest and adding newest value
Definition at line 292 of file GT2005SensorDataProcessor.cpp. References SensorData::data, RingBuffer< SensorData, gt2005SensorDataProcessorBufferSize >::getEntry(), and RingBuffer< SensorData, gt2005SensorDataProcessorBufferSize >::getNumberOfEntries(). Referenced by GT2005SensorDataProcessor::execute(), and GT2005SensorDataProcessor::getCameraVelocity(). |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 300 of file GT2005SensorDataProcessor.cpp. References SensorData::data, SensorData::frameNumber, and RingBuffer< SensorData, gt2005SensorDataProcessorBufferSize >::getEntry(). |
Here is the call graph for this function:

1.3.6