#include "Representations/Motion/MotionInfo.h"
Include dependency graph for PackageMotionCognition.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PackageMotionCognition |
Contains all data that are sent from the Motion process to the Cognition process in the CMD process layout. More... | |
Functions | |
In & | operator>> (In &stream, PackageMotionCognition &packageMotionCognition) |
Streaming operator that reads a PackageMotionCognition from a stream. | |
Out & | operator<< (Out &stream, const PackageMotionCognition &packageMotionCognition) |
Streaming operator that writes a PackageMotionCognition to a stream. |
Definition in file PackageMotionCognition.h.
|
Streaming operator that reads a PackageMotionCognition from a stream.
Definition at line 11 of file PackageMotionCognition.cpp. References PackageMotionCognition::motionInfo, and PackageMotionCognition::timeStamp. |
|
Streaming operator that writes a PackageMotionCognition to a stream.
Definition at line 18 of file PackageMotionCognition.cpp. References PackageMotionCognition::motionInfo, and PackageMotionCognition::timeStamp. |