#include "RobotState.h"
Include dependency graph for RobotState.cpp:
Go to the source code of this file.
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.cpp.
|
Streaming operator that reads a RobotState from a stream.
Definition at line 44 of file RobotState.cpp. |
|
Streaming operator that writes a RobotState to a stream.
Definition at line 51 of file RobotState.cpp. |