Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Representations/Motion/JointData.h File Reference

Definition of JointData struct. More...

#include "Tools/Streams/InOut.h"

Include dependency graph for JointData.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

struct  JointData
 One joint data set. More...


Functions

Inoperator>> (In &stream, JointData &jointData)
 Streaming operator that reads a JointData from a stream.

Outoperator<< (Out &stream, const JointData &jointData)
 Streaming operator that writes a JointData to a stream.


Variables

const long jointDataInvalidValue = 10000000
 Invalid motor data value.


Detailed Description

Definition of JointData struct.

The jointdata struct is a non NDA violating description of join vector data

Author:
Max Risler

Definition in file JointData.h.


Function Documentation

In& operator>> In stream,
JointData jointData
 

Streaming operator that reads a JointData from a stream.

Parameters:
stream The stream from which is read.
jointData The JointData object.
Returns:
The stream.

Definition at line 85 of file JointData.cpp.

References JointData::data, and In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const JointData jointData
 

Streaming operator that writes a JointData to a stream.

Parameters:
stream The stream to write on.
jointData The JointData object.
Returns:
The stream.

Definition at line 91 of file JointData.cpp.

References JointData::data, and Out::write().

Here is the call graph for this function:


Variable Documentation

const long jointDataInvalidValue = 10000000 [static]
 

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.


Generated on Thu Sep 23 20:01:08 2004 for GT2004 by doxygen 1.3.6