#include "Tools/Streams/InOut.h"
#include "HeadMotionRequest.h"
Include dependency graph for HeadMotionRequest.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, HeadMotionRequest &headMotionRequest) |
Streaming operator that reads a HeadMotionRequest from a stream. | |
Out & | operator<< (Out &stream, const HeadMotionRequest &headMotionRequest) |
Streaming operator that writes a HeadMotionRequest to a stream. |
Implementation of class HeadMotionRequest Stores MotionRequests for the Head
Nils Koschmieder
Definition in file HeadMotionRequest.cpp.
|
Streaming operator that reads a HeadMotionRequest from a stream.
Definition at line 25 of file HeadMotionRequest.cpp. |
|
Streaming operator that writes a HeadMotionRequest to a stream.
Definition at line 34 of file HeadMotionRequest.cpp. |