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

Representations/Perception/SensorData.h File Reference

Declaration of class SensorData. More...

#include "Tools/Streams/InOut.h"

Include dependency graph for SensorData.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  SensorData
 A class representing a sensor data vector. More...


Functions

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

Inoperator>> (In &stream, SensorData &sensorData)
 Streaming operator that reads a SensorData from a stream.


Detailed Description

Declaration of class SensorData.

Definition in file SensorData.h.


Function Documentation

Out& operator<< Out stream,
const SensorData sensorData
 

Streaming operator that writes a SensorData to a stream.

Parameters:
stream The stream to write on.
sensorData The SensorData object.
Returns:
The stream.

Definition at line 29 of file SensorData.cpp.

References Out::write().

Here is the call graph for this function:

In& operator>> In stream,
SensorData sensorData
 

Streaming operator that reads a SensorData from a stream.

Parameters:
stream The stream to read from.
sensorData The SensorData object.
Returns:
The stream.

Definition at line 35 of file SensorData.cpp.

References In::read().

Here is the call graph for this function:


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