#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 | |
| void | setRobotConfiguration (RobotConfiguration *configuration) |
| Sets the robot configuration of this process. | |
| 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 | defaultConfiguration |
| The default robot configuration is a hack for RobotControl. | |
| GT_GLOBAL RobotConfiguration * | theRobotConfiguration = &defaultConfiguration |
Definition in file RobotConfiguration.cpp.
|
|
Sets the robot configuration of this process.
Definition at line 30 of file RobotConfiguration.cpp. References theRobotConfiguration. Referenced by Process::Process(), and Process::processMain(). |
|
|
||||||||||||
|
Streaming operator that reads a RobotConfiguration from a stream.
Definition at line 116 of file RobotConfiguration.cpp. |
|
||||||||||||
|
Streaming operator that writes a RobotConfiguration to a stream.
Definition at line 122 of file RobotConfiguration.cpp. |
|
|
The default robot configuration is a hack for RobotControl.
Definition at line 26 of file RobotConfiguration.cpp. |
|
|
Definition at line 28 of file RobotConfiguration.cpp. Referenced by getRobotConfiguration(), and setRobotConfiguration(). |
1.3.6