#include "RobotConfiguration.h"
#include "Platform/SystemCall.h"
#include "Tools/Debugging/Debugging.h"
#include "Tools/Debugging/GenericDebugData.h"
#include "Tools/Streams/InStreams.h"
#include "Platform/ProcessFramework.h"
Include dependency graph for RobotConfiguration.cpp:
Go to the source code of this file.
Functions | |
RobotConfiguration & | getRobotConfiguration () |
Returns a reference to a process wide RobotConfiguration configuration. | |
In & | operator>> (In &stream, RobotConfiguration &robotConfiguration) |
Streaming operator that reads a RobotConfiguration from a stream. | |
Out & | operator<< (Out &stream, const RobotConfiguration &robotConfiguration) |
Streaming operator that writes a RobotConfiguration to a stream. | |
Variables | |
RobotConfiguration | theRobotConfiguration [ROBOT_MAX] |
Definition in file RobotConfiguration.cpp.
|
Here is the call graph for this function:
|
Streaming operator that reads a RobotConfiguration from a stream.
Definition at line 92 of file RobotConfiguration.cpp. |
|
Streaming operator that writes a RobotConfiguration to a stream.
Definition at line 98 of file RobotConfiguration.cpp. |
|
Definition at line 16 of file RobotConfiguration.cpp. Referenced by getRobotConfiguration(). |