#include "Tools/Streams/InOut.h"
#include "OdometryData.h"
Include dependency graph for OdometryData.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, OdometryData &odometryData) |
Streaming operator that reads a OdometryData from a stream. | |
Out & | operator<< (Out &stream, const OdometryData &odometryData) |
Streaming operator that writes a OdometryData to a stream. |
Definition in file OdometryData.cpp.
|
Streaming operator that reads a OdometryData from a stream.
Definition at line 20 of file OdometryData.cpp. |
|
Streaming operator that writes a OdometryData to a stream.
Definition at line 26 of file OdometryData.cpp. |