#include "SensorData.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for SensorDataBuffer.h:

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

Go to the source code of this file.
Classes | |
| class | SensorDataBuffer |
| A buffer for sensor data sets, containing all frames received at the same time. More... | |
Functions | |
| In & | operator>> (In &stream, SensorDataBuffer &sensorDataBuffer) |
| Streaming operator that reads a SensorDataBuffer from a stream. | |
| Out & | operator<< (Out &stream, const SensorDataBuffer &sensorDataBuffer) |
| Streaming operator that writes a SensorDataBuffer to a stream. | |
Definition in file SensorDataBuffer.h.
|
||||||||||||
|
Streaming operator that reads a SensorDataBuffer from a stream.
Definition at line 85 of file Sensors.cpp. References SensorData::data, SensorDataBuffer::frame, SensorData::frameNumber, SystemCall::getRobotDesign(), SensorDataBuffer::numOfFrames, In::read(), and SensorData::refValue. |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a SensorDataBuffer to a stream.
Definition at line 34 of file SensorDataBuffer.cpp. References SensorDataBuffer::frame, and SensorDataBuffer::numOfFrames. |
1.3.6