DBus interface to SensorManager instance.
More...
#include <sensormanager_i.h>
List of all members.
Detailed Description
DBus interface to SensorManager instance.
Definition at line 40 of file sensormanager_i.h.
Constructor & Destructor Documentation
virtual LocalSensorManagerInterface::~LocalSensorManagerInterface |
( |
|
) |
[virtual] |
LocalSensorManagerInterface::LocalSensorManagerInterface |
( |
const QString & |
service, |
|
|
const QString & |
path, |
|
|
const QDBusConnection & |
connection, |
|
|
QObject * |
parent = 0 | |
|
) |
| | [protected] |
Constructor.
- Parameters:
-
| service | DBus service name. |
| path | DBus service path. |
| connection | DBUs connection. |
| parent | Parent object. |
Member Function Documentation
Get error code of occured remote error.
- Returns:
- error code.
int LocalSensorManagerInterface::errorCodeInt |
( |
|
) |
|
Get error code integer.
- Returns:
- error code interger.
void LocalSensorManagerInterface::errorSignal |
( |
int |
error |
) |
[signal] |
Signal about occured errors.
- Parameters:
-
| error | Occured error code. |
QString LocalSensorManagerInterface::errorString |
( |
|
) |
|
Get error description of occured remote error.
- Returns:
- error description.
QDBusReply<bool> LocalSensorManagerInterface::loadPlugin |
( |
const QString & |
name |
) |
[slot] |
Request sensor daemon to load plugin.
- Parameters:
-
- Returns:
- DBus reply.
QDBusReply<bool> LocalSensorManagerInterface::releaseSensor |
( |
const QString & |
id, |
|
|
int |
sessionId | |
|
) |
| | [slot] |
Request sensor deamon to release existing session.
- Parameters:
-
| id | sensor ID. |
| sessionId | session ID. |
- Returns:
- DBus reply.
QDBusReply<int> LocalSensorManagerInterface::requestSensor |
( |
const QString & |
id |
) |
[slot] |
Request sensor deamon to start new session for sensor.
- Parameters:
-
- Returns:
- DBus reply.
Member Data Documentation
Get name of the D-Bus interface for this class.
- Returns:
- Name of the interface.
Definition at line 61 of file sensormanager_i.h.
Property Documentation
int LocalSensorManagerInterface::errorCodeInt [read] |
QString LocalSensorManagerInterface::errorString [read] |
The documentation for this class was generated from the following file: