sensorfw
|
Adaptor for hybris gyroscope. More...
#include <hybrisgyroscopeadaptor.h>
Public Member Functions | |
HybrisGyroscopeAdaptor (const QString &id) | |
~HybrisGyroscopeAdaptor () | |
bool | startSensor () |
void | stopSensor () |
Static Public Member Functions | |
static DeviceAdaptor * | factoryMethod (const QString &id) |
Protected Member Functions | |
void | processSample (const sensors_event_t &data) |
Adaptor for hybris gyroscope.
Adaptor for internal gyroscope. Uses hybris sensor daemon driver interface in polling mode, i.e. values are read with given constant interval.
Definition at line 38 of file hybrisgyroscopeadaptor.h.
HybrisGyroscopeAdaptor::HybrisGyroscopeAdaptor | ( | const QString & | id | ) |
HybrisGyroscopeAdaptor::~HybrisGyroscopeAdaptor | ( | ) |
|
inlinestatic |
Definition at line 43 of file hybrisgyroscopeadaptor.h.
|
protected |
bool HybrisGyroscopeAdaptor::startSensor | ( | ) |
void HybrisGyroscopeAdaptor::stopSensor | ( | ) |