#include "JointData.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for JointDataSequence.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | JointDataSequence |
The JointDataSequence is a sequence of joint data sets with timing and interpolation information. More... | |
Functions | |
In & | operator>> (In &stream, JointDataSequence &jointDataSequence) |
Streaming operator that reads a JointDataSequence from a stream. | |
Out & | operator<< (Out &stream, const JointDataSequence &jointDataSequence) |
Streaming operator that writes a JointDataSequence to a stream. | |
Variables | |
const int | jointDataSequenceMaxNumOfEntries = 400 |
Maximum number of entries per sequence. |
The JointDataSequence is a sequence of joint data sets with timing and interpolation information. This is sent from PC to robot and executed by DebugMotionControl.
Definition in file JointDataSequence.h.
|
Streaming operator that reads a JointDataSequence from a stream.
Definition at line 38 of file JointDataSequence.cpp. References JointDataSequence::entry, JointDataSequence::interpolate, JointDataSequence::loop, JointDataSequence::numOfEntries, and JointDataSequence::repeats. |
|
Streaming operator that writes a JointDataSequence to a stream.
Definition at line 54 of file JointDataSequence.cpp. References JointDataSequence::entry, JointDataSequence::interpolate, JointDataSequence::loop, JointDataSequence::numOfEntries, and JointDataSequence::repeats. |
|
Maximum number of entries per sequence.
Definition at line 19 of file JointDataSequence.h. |