Go to the documentation of this file.
30 #ifndef SENSORMANAGER_I_H
31 #define SENSORMANAGER_I_H
33 #include <QtDBus/QtDBus>
90 QDBusReply<
bool>
loadPlugin(const QString& name);
107 QDBusReply<
bool>
releaseSensor(const QString&
id,
int sessionId);
DBus interface to SensorManager instance.
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.
SensorManagerError errorCode
SensorManagerError
Enumeration about SensorManager error states.
void errorSignal(int error)
Signal about occured errors.
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.
::LocalSensorManagerInterface SensorManager
void releaseSensorFinished()
void loadPluginFinished()
void requestSensorFinished()