#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "Representations/Perception/BodyPercept.h"
Include dependency graph for RobotState.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | RobotState |
A class describing detected button messages and whether robot is crashed. More... | |
Functions | |
In & | operator>> (In &stream, RobotState &robotState) |
Streaming operator that reads a RobotState from a stream. | |
Out & | operator<< (Out &stream, const RobotState &robotState) |
Streaming operator that writes a RobotState to a stream. |
Definition in file RobotState.h.
|
Streaming operator that reads a RobotState from a stream.
Definition at line 44 of file RobotState.cpp. References RobotState::frameNumber, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a RobotState to a stream.
Definition at line 51 of file RobotState.cpp. References RobotState::frameNumber, and Out::write(). |
Here is the call graph for this function: