|
sensorfw
|
Accelerometerchain providies raw accelerometer coordinates aligned to Nokia Standard Coordinate system. More...
#include <accelerometerchain.h>
Public Slots | |
| bool | start () |
| bool | stop () |
Static Public Member Functions | |
| static AbstractChain * | factoryMethod (const QString &id) |
| Factory method for AccelerometerChain. | |
Protected Member Functions | |
| AccelerometerChain (const QString &id) | |
| ~AccelerometerChain () | |
Accelerometerchain providies raw accelerometer coordinates aligned to Nokia Standard Coordinate system.
Output buffers:
accelerometer
For direct raw data (no coordinate correction) use AccelerometerAdaptor.
Definition at line 48 of file accelerometerchain.h.
| AccelerometerChain::AccelerometerChain | ( | const QString & | id | ) | [protected] |
| AccelerometerChain::~AccelerometerChain | ( | ) | [protected] |
| static AbstractChain* AccelerometerChain::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for AccelerometerChain.
Definition at line 57 of file accelerometerchain.h.
| bool AccelerometerChain::start | ( | ) | [slot] |
| bool AccelerometerChain::stop | ( | ) | [slot] |