#include "SensorData.h"
Include dependency graph for SensorData.cpp:
Go to the source code of this file.
Functions | |
Out & | operator<< (Out &stream, const SensorData &sensorData) |
Streaming operator that writes a SensorData to a stream. | |
In & | operator>> (In &stream, SensorData &sensorData) |
Streaming operator that reads a SensorData from a stream. |
Definition in file SensorData.cpp.
|
Streaming operator that writes a SensorData to a stream.
Definition at line 29 of file SensorData.cpp. |
|
Streaming operator that reads a SensorData from a stream.
Definition at line 35 of file SensorData.cpp. |