#include "JointData.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for JointDataBuffer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | JointDataBuffer |
A buffer for joint data sets, containing all frames computed in one call of Motion::execute. More... | |
Functions | |
In & | operator>> (In &stream, JointDataBuffer &jointDataBuffer) |
Streaming operator that reads a JointDataBuffer from a stream. | |
Out & | operator<< (Out &stream, const JointDataBuffer &jointDataBuffer) |
Streaming operator that writes a JointDataBuffer to a stream. | |
Variables | |
const int | jointDataBufferNumOfFrames = 1 |
Number of frames in the buffer. |
The jointdata struct is a non NDA violating description of joint vector data
Definition in file JointDataBuffer.h.
|
Streaming operator that reads a JointDataBuffer from a stream.
Definition at line 16 of file JointDataBuffer.cpp. References JointDataBuffer::frame. |
|
Streaming operator that writes a JointDataBuffer to a stream.
Definition at line 31 of file JointDataBuffer.cpp. References JointDataBuffer::frame. |
|
Number of frames in the buffer. This number defines how many frames are computed each run, and therefore how often Motion::execute will be called. Definition at line 20 of file JointDataBuffer.h. |