#include "Tools/MessageQueue/InMessage.h"
#include "Platform/SystemCall.h"
#include "Tools/Actorics/RobotDimensions.h"
Include dependency graph for RobotConfiguration.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | RobotCalibration |
A class that represents the calibration of the robot. More... | |
class | RobotConfiguration |
A class that represents the configuration of the robot. More... | |
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. |
Definition in file RobotConfiguration.h.
|
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. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a RobotConfiguration to a stream.
Definition at line 98 of file RobotConfiguration.cpp. References Out::write(). |
Here is the call graph for this function: