#include <SensorDataBuffer.h>
Collaboration diagram for SensorDataBuffer:

Public Types | |
| enum | { maxNumOfFrames = 16 } |
| Maximum number of frames in the buffer. More... | |
Public Member Functions | |
| SensorDataBuffer () | |
| Constructor. | |
| const SensorData & | lastFrame () const |
| Returns pointer to the most recent SensorData. | |
Public Attributes | |
| int | numOfFrames |
| Number of frames in the buffer. | |
| SensorData | frame [maxNumOfFrames] |
| The joint data frames. | |
Definition at line 20 of file SensorDataBuffer.h.
|
|
Maximum number of frames in the buffer.
Definition at line 25 of file SensorDataBuffer.h. |
|
|
Constructor.
Definition at line 11 of file SensorDataBuffer.cpp. |
|
|
|
Number of frames in the buffer.
Definition at line 31 of file SensorDataBuffer.h. Referenced by GT2005SensorDataProcessor::execute(), GT2005CollisionDetector::execute(), GT2005GetupEngine::executeParameterized(), lastFrame(), operator<<(), operator>>(), and MotionStabilizer::stabilize(). |
|
|
The joint data frames.
Definition at line 34 of file SensorDataBuffer.h. Referenced by GT2005SensorDataProcessor::detectSwitches(), GT2005SensorDataProcessor::execute(), GT2005MotionControl::execute(), GT2005CollisionDetector::execute(), operator<<(), operator>>(), GT2005BehaviorControl::postExecute(), GT2005WalkingEngine::readDebugData(), GT2005WalkingEngine::readResampleData(), and MotionStabilizer::stabilize(). |
1.3.6