#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 19 of file SensorDataBuffer.h.
|
Maximum number of frames in the buffer.
Definition at line 24 of file SensorDataBuffer.h. |
|
Constructor.
Definition at line 11 of file SensorDataBuffer.cpp. |
|
|
|