#include "Representations/Perception/SensorDataBuffer.h"
#include "Representations/Perception/Image.h"
#include "Representations/Perception/CameraParameters.h"
Include dependency graph for Sensors.h:

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

Go to the source code of this file.
Classes | |
| class | Sensors |
| base class for sensor processes More... | |
Defines | |
| #define | INIT_RECEIVER_IMAGE(blocking) theImageReceiver(this,"Receiver.OFbkImageVectorData.O",blocking) |
| The macro instantiates a receiver for an Image. | |
| #define | INIT_RECEIVER_SENSORDATA(blocking) theSensorDataBufferReceiver(this,"Receiver.OSensorFrameVectorData.O",blocking) |
| The macro instantiates a receiver for SensorDataBuffer. | |
Functions | |
| In & | operator>> (In &stream, Image &image) |
| Streaming operator that converts system-dependent images into the portable class Image. | |
| In & | operator>> (In &stream, SensorDataBuffer &sensorDataBuffer) |
| Streaming operator that converts system-dependent sensor data into the portable class SensorDataBuffer. | |
Martin Lötzsch
Sebastian Petters
Joscha Bach
Definition in file Sensors.h.
|
|
The macro instantiates a receiver for an Image. The Image receiver is system-specific. For Aperios, an Image receiver must be registered as OFbkImageVectorData.
Definition at line 60 of file Sensors.h. Referenced by Cognition::Cognition(). |
|
|
The macro instantiates a receiver for SensorDataBuffer. The SensorDataBuffer receiver is system-specific. For Aperios, a SensorDataBuffer receiver must be registered as OSensorFrameVectorData.
Definition at line 78 of file Sensors.h. Referenced by Cognition::Cognition(), Debug::Debug(), and Motion::Motion(). |
|
||||||||||||
|
Streaming operator that converts system-dependent images into the portable class Image.
Definition at line 58 of file Sensors.cpp. |
|
||||||||||||
|
Streaming operator that converts system-dependent sensor data into the portable class SensorDataBuffer.
Definition at line 90 of file Sensors.cpp. |
1.3.6