Go to the documentation of this file.
26 #ifndef HUMIDITYSENSOR_I_H
27 #define HUMIDITYSENSOR_I_H
29 #include <QtDBus/QtDBus>
static HumiditySensorChannelInterface * controlInterface(const QString &id)
Request a control interface to the sensor.
void relativeHumidityChanged(const Unsigned &value)
Sent when measured relative humidity has changed.
static HumiditySensorChannelInterface * interface(const QString &id)
Request an interface to the sensor.
Base class for sensor interface.
static const char * staticInterfaceName
Name of the D-Bus interface for this class.
Base-class for client facades of different sensor types.
HumiditySensorChannelInterface(const QString &path, int sessionId)
Constructor.
QObject based datatype for TimedUnsigned.
static AbstractSensorChannelInterface * factoryMethod(const QString &id, int sessionId)
Create new instance of the class.
Unsigned relativeHumidity
static const HumiditySensorChannelInterface * listenInterface(const QString &id)
Request a listening interface to the sensor.
Client interface for accessing ambient light sensor.
QObject facae for TimedUnsigned.
Unsigned relativeHumidity()
Get latest relative humidity reading from sensor daemon.
virtual bool dataReceivedImpl()
Callback for subclasses in which they must read their expected data from socket.
::HumiditySensorChannelInterface HumiditySensor