#include "RoboCupGameControlData.h"
#include "Tools/Streams/InOut.h"
#include "Tools/Player.h"
Include dependency graph for GameControlData.h:

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

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 | |
| In & | operator>> (In &stream, GlobalGameControlData &globalGameControlData) |
| Streaming operator that reads a GlobalGameControlData from a stream. | |
| Out & | operator<< (Out &stream, const GlobalGameControlData &globalGameControlData) |
| Streaming operator that writes a GlobalGameControlData to a stream. | |
| In & | operator>> (In &stream, GameControlData &gameControlData) |
| Streaming operator that reads a GameControlData from a stream. | |
| Out & | operator<< (Out &stream, const GameControlData &gameControlData) |
| Streaming operator that writes a GameControlData to a stream. | |
Definition in file GameControlData.h.
|
||||||||||||
|
Streaming operator that reads a GlobalGameControlData from a stream.
Definition at line 23 of file GameControlData.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a GlobalGameControlData to a stream.
Definition at line 29 of file GameControlData.cpp. References Out::write(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that reads a GameControlData from a 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:

|
||||||||||||
|
Streaming operator that writes a GameControlData to a stream.
Definition at line 118 of file GameControlData.cpp. References GameControlData::data, and Out::write(). |
Here is the call graph for this function:

1.3.6