sensorfw
|
Sensor for accessing the relative humidity sensor measurements. More...
#include <humiditysensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | relativeHumidityChanged (const Unsigned &value) |
Sent when a change in measured data is observed. More... | |
Public Member Functions | |
Unsigned | relativeHumidity () const |
Property for accessing the measured value. More... | |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for HumiditySensorChannel. More... | |
Protected Member Functions | |
HumiditySensorChannel (const QString &id) | |
virtual | ~HumiditySensorChannel () |
Properties | |
Unsigned | relativeHumidity |
Sensor for accessing the relative humidity sensor measurements.
Signals listeners whenever observed relative humidity level has changed.
Definition at line 48 of file humiditysensor.h.
|
protected |
|
protectedvirtual |
|
inlinestatic |
Factory method for HumiditySensorChannel.
Definition at line 60 of file humiditysensor.h.
|
inline |
Property for accessing the measured value.
Definition at line 72 of file humiditysensor.h.
|
signal |
Sent when a change in measured data is observed.
value | Measured value. |
|
slot |
|
slot |
|
read |
Definition at line 1 of file humiditysensor.h.