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

Representations/Motion/PIDData.h File Reference

Definition of PIDData. More...

#include "JointData.h"
#include "Tools/Streams/InOut.h"

Include dependency graph for PIDData.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

class  PIDData
 PID data set. More...


Functions

Inoperator>> (In &stream, PIDData &pidData)
 Streaming operator that reads PIDData from a stream.

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


Detailed Description

Definition of PIDData.

This defines PID values for all joints.

Author:
Max Risler

Definition in file PIDData.h.


Function Documentation

In& operator>> In stream,
PIDData pidData
 

Streaming operator that reads PIDData from a stream.

Parameters:
stream The stream from which is read.
pidData The PIDData object.
Returns:
The stream.

Definition at line 98 of file PIDData.cpp.

References PIDData::d, PIDData::i, and PIDData::p.

Out& operator<< Out stream,
const PIDData pidData
 

Streaming operator that writes PIDData to a stream.

Parameters:
stream The stream to write on.
pidData The PIDData object.
Returns:
The stream.

Definition at line 109 of file PIDData.cpp.

References PIDData::d, PIDData::i, and PIDData::p.


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