1 #ifndef SENSORLISTENER_H
2 #define SENSORLISTENER_H
36 void realTimeReading(
const QVariantMap &reading)
const;
37 void realTimeStatus(
const QMap<QString, QString> &status)
const;
39 void connectionLost()
const;
40 void connectionReceived()
const;
42 void isReadyForMeasurement(
const bool &isReady)
const;
56 void setSensor(
const QPointer<Sensor> &sensor);
57 const QPointer<Sensor> &getSensor()
const;
63 bool getIsActiveStation()
const;
64 void setIsActiveStation(
const bool &isActiveStation);
72 void startStreaming();
87 QPointer<Sensor> sensor;
99 #endif // SENSORLISTENER_H
SensorMessage
Definition: sensor.h:52
ReadingTypes
Definition: types.h:203
Definition: coordinatesystem.h:15
MessageDestinations
used to specify where to print a message
Definition: types.h:37
MessageTypes
all types of messages
Definition: types.h:29
The SensorListener class The sensor listener handles all sensor streams and is controlled by SensorCo...
Definition: sensorlistener.h:20
The SensorControl class A sensor control object belongs to a station and executes all sensor actions ...
Definition: sensorcontrol.h:24
#define OI_CORE_EXPORT
Definition: types.h:11