30 #ifndef SENSORMANAGER_I_H 31 #define SENSORMANAGER_I_H 33 #include <QtDBus/QtDBus> 46 Q_PROPERTY(
int errorCodeInt READ errorCodeInt)
90 QDBusReply<
bool>
loadPlugin(const QString& name);
107 QDBusReply<
bool>
releaseSensor(const QString&
id,
int sessionId);
SensorManagerError errorCode()
Get error code of occured remote error.
QDBusReply< bool > releaseSensor(const QString &id, int sessionId)
Request sensor deamon to release existing session.
static const char * staticInterfaceName
Get name of the D-Bus interface for this class.
::LocalSensorManagerInterface SensorManager
void errorSignal(int error)
Signal about occured errors.
QString errorString()
Get error description of occured remote error.
QDBusReply< int > requestSensor(const QString &id)
Request sensor deamon to start new session for sensor.
QDBusReply< bool > loadPlugin(const QString &name)
Request sensor daemon to load plugin.
SensorManagerError
Enumeration about SensorManager error states.
DBus interface to SensorManager instance.