#include "Tools/Math/Pose2D.h"
#include "Tools/Streams/InOut.h"
#include <vector>
Include dependency graph for OdometryData.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | OdometryData |
| OdometryData OdometryData contains an approximation of overall movement the robot has done. More... | |
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.h.
|
||||||||||||
|
Streaming operator that reads a OdometryData from a stream.
Definition at line 20 of file OdometryData.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a OdometryData to a stream.
Definition at line 26 of file OdometryData.cpp. References Out::write(). |
Here is the call graph for this function:

1.3.6