#include "Tools/Streams/InOut.h"
Include dependency graph for HeadMotionRequest.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HeadMotionRequest |
Represents a motion request for the head. More... | |
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. |
Martin Lötzsch
Nils Koschmieder
Definition in file HeadMotionRequest.h.
|
Streaming operator that reads a HeadMotionRequest from a stream.
Definition at line 25 of file HeadMotionRequest.cpp. References HeadMotionRequest::mouth, HeadMotionRequest::pan, HeadMotionRequest::roll, and HeadMotionRequest::tilt. |
|
Streaming operator that writes a HeadMotionRequest to a stream.
Definition at line 34 of file HeadMotionRequest.cpp. References HeadMotionRequest::mouth, HeadMotionRequest::pan, HeadMotionRequest::roll, and HeadMotionRequest::tilt. |