#include "Sensors.h"
#include <OPENR/OPENRAPI.h>
#include <iostream.h>
#include <OPENR/SharedMemoryHeader.h>
#include "Tools/Streams/InStreams.h"
#include "Tools/Streams/OutStreams.h"
#include "Tools/Location.h"
#include "Tools/Actorics/RobotDimensions.h"
#include "Representations/Perception/CameraParameters.h"
#include "SystemCall.h"
Include dependency graph for Sensors.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, Image &image) |
Streaming operator that reads a Image from a stream. | |
In & | operator>> (In &stream, SensorDataBuffer &sensorDataBuffer) |
Streaming operator that reads a SensorDataBuffer from a stream. |
Sebastian Petters
Thomas Röfer
Uwe Düffert
Definition in file Sensors.cpp.
|
Streaming operator that reads a Image from a stream.
Definition at line 53 of file Sensors.cpp. |
|
Streaming operator that reads a SensorDataBuffer from a stream.
Definition at line 85 of file Sensors.cpp. |