#include "Tools/Streams/InOut.h"
Include dependency graph for JointData.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | JointData |
One joint data set. More... | |
Functions | |
In & | operator>> (In &stream, JointData &jointData) |
Streaming operator that reads a JointData from a stream. | |
Out & | operator<< (Out &stream, const JointData &jointData) |
Streaming operator that writes a JointData to a stream. | |
Variables | |
const long | jointDataInvalidValue = 10000000 |
Invalid motor data value. |
The jointdata struct is a non NDA violating description of join vector data
Definition in file JointData.h.
|
Streaming operator that reads a JointData from a stream.
Definition at line 85 of file JointData.cpp. References JointData::data, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a JointData to a stream.
Definition at line 91 of file JointData.cpp. References JointData::data, and Out::write(). |
Here is the call graph for this function:
|
Invalid motor data value. If this value was returned by motion module for the head, other head movement is possible Definition at line 15 of file JointData.h. |