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

Representations/RoboCup/GameControlData.h File Reference

Declaration of class GameControlData. More...

#include "RoboCupGameControlData.h"
#include "Tools/Streams/InOut.h"
#include "Tools/Player.h"

Include dependency graph for GameControlData.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  GlobalGameControlData
 Specifies the game state for two teams of four robots. More...

class  GameControlData
 Encapsulates the RoboCupGameControlData struct for the GT2003 project. More...


Functions

Inoperator>> (In &stream, GlobalGameControlData &globalGameControlData)
 Streaming operator that reads a GlobalGameControlData from a stream.

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

Inoperator>> (In &stream, GameControlData &gameControlData)
 Streaming operator that reads a GameControlData from a stream.

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


Detailed Description

Declaration of class GameControlData.

Author:
Martin Lötzsch

Definition in file GameControlData.h.


Function Documentation

In& operator>> In stream,
GlobalGameControlData globalGameControlData
 

Streaming operator that reads a GlobalGameControlData from a stream.

Parameters:
stream The stream from which is read.
globalGameControlData The GlobalGameControlData object.
Returns:
The stream.

Definition at line 23 of file GameControlData.cpp.

References In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const GlobalGameControlData globalGameControlData
 

Streaming operator that writes a GlobalGameControlData to a stream.

Parameters:
stream The stream to write on.
globalGameControlData The GlobalGameControlData object.
Returns:
The stream.

Definition at line 29 of file GameControlData.cpp.

References Out::write().

Here is the call graph for this function:

In& operator>> In stream,
GameControlData gameControlData
 

Streaming operator that reads a GameControlData from a stream.

Parameters:
stream The stream from which is read.
gameControlData The GameControlData object.
Returns:
The stream.

Definition at line 111 of file GameControlData.cpp.

References GameControlData::data, SystemCall::getCurrentSystemTime(), In::read(), and GameControlData::timeStamp.

Here is the call graph for this function:

Out& operator<< Out stream,
const GameControlData gameControlData
 

Streaming operator that writes a GameControlData to a stream.

Parameters:
stream The stream to write on.
gameControlData The GameControlData object.
Returns:
The stream.

Definition at line 118 of file GameControlData.cpp.

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

Here is the call graph for this function:


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