#include "MotionRequest.h"
Include dependency graph for MotionInfo.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | MotionInfo |
Contains information about the motions which are executed by the Motion process. More... | |
Functions | |
In & | operator>> (In &stream, MotionInfo &executedMotionInfo) |
Streaming operator that reads a MotionInfo from a stream. | |
Out & | operator<< (Out &stream, const MotionInfo &executedMotionInfo) |
Streaming operator that writes a MotionInfo to a stream. |
Definition in file MotionInfo.h.
|
Streaming operator that reads a MotionInfo from a stream.
Definition at line 17 of file MotionInfo.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a MotionInfo to a stream.
Definition at line 23 of file MotionInfo.cpp. References Out::write(). |
Here is the call graph for this function: