#include "MotionRequest.h"
#include <stdio.h>
#include <string.h>
Include dependency graph for MotionRequest.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, MotionRequest &motionRequest) |
Streaming operator that reads a MotionRequest from a stream. | |
Out & | operator<< (Out &stream, const MotionRequest &motionRequest) |
Streaming operator that writes a MotionRequest to a stream. |
Max Risler
Definition in file MotionRequest.cpp.
|
Streaming operator that reads a MotionRequest from a stream.
Definition at line 56 of file MotionRequest.cpp. |
|
Streaming operator that writes a MotionRequest to a stream.
Definition at line 62 of file MotionRequest.cpp. |