|
sensorfw
|
#include <sensormanagerinterface.h>
Public Member Functions | |
| template<class SensorInterfaceType > | |
| void | registerSensorInterface (const QString &sensorName) |
| AbstractSensorChannelInterface * | interface (const QString &id) |
| bool | releaseInterface (const QString &id, int sessionId) |
| bool | registeredAndCorrectClassName (const QString &id, const QString &className) const |
Static Public Member Functions | |
| static SensorManagerInterface & | instance () |
Protected Member Functions | |
| SensorManagerInterface () | |
| virtual | ~SensorManagerInterface () |
Protected Attributes | |
| QMap< QString, SensorInterfaceEntry > | sensorInterfaceMap_ |
Static Protected Attributes | |
| static SensorManagerInterface * | ifc_ |
Definition at line 41 of file sensormanagerinterface.h.
| SensorManagerInterface::SensorManagerInterface | ( | ) | [protected] |
| virtual SensorManagerInterface::~SensorManagerInterface | ( | ) | [inline, protected, virtual] |
Definition at line 58 of file sensormanagerinterface.h.
| static SensorManagerInterface& SensorManagerInterface::instance | ( | ) | [static] |
| AbstractSensorChannelInterface* SensorManagerInterface::interface | ( | const QString & | id | ) |
| bool SensorManagerInterface::registeredAndCorrectClassName | ( | const QString & | id, |
| const QString & | className | ||
| ) | const |
| void SensorManagerInterface::registerSensorInterface | ( | const QString & | sensorName | ) |
Definition at line 66 of file sensormanagerinterface.h.
| bool SensorManagerInterface::releaseInterface | ( | const QString & | id, |
| int | sessionId | ||
| ) |
SensorManagerInterface* SensorManagerInterface::ifc_ [static, protected] |
Definition at line 62 of file sensormanagerinterface.h.
QMap<QString, SensorInterfaceEntry> SensorManagerInterface::sensorInterfaceMap_ [protected] |
Definition at line 60 of file sensormanagerinterface.h.