19#ifndef WAKEUPSENSOR_I_H
20#define WAKEUPSENSOR_I_H
22#include <QtDBus/QtDBus>
Base class for sensor interface.
Base-class for client facades of different sensor types.
QObject facae for TimedUnsigned.
Client interface for accessing wakeup sensor.
static AbstractSensorChannelInterface * factoryMethod(const QString &id, int sessionId)
Create new instance of the class.
static WakeupSensorChannelInterface * interface(const QString &id)
Request an interface to the sensor.
virtual bool dataReceivedImpl()
Callback for subclasses in which they must read their expected data from socket.
static const char * staticInterfaceName
Name of the D-Bus interface for this class.
void wakeupChanged(const Unsigned &value)
Sent when wakeup event is received.
QObject based datatype for TimedUnsigned.