|
sensorfw
|
Orientationchain providies device orientation information using the accelerometer information. More...
#include <orientationchain.h>
Public Slots | |
| bool | start () |
| bool | stop () |
Public Member Functions | |
| TimedUnsigned | orientation () const |
| Property method returning current orientation. | |
Static Public Member Functions | |
| static AbstractChain * | factoryMethod (const QString &id) |
| Factory method for OrientationChain. | |
Protected Member Functions | |
| OrientationChain (const QString &id) | |
| ~OrientationChain () | |
Properties | |
| TimedUnsigned | orientation |
Orientationchain providies device orientation information using the accelerometer information.
Output buffers:
Definition at line 51 of file orientationchain.h.
| OrientationChain::OrientationChain | ( | const QString & | id | ) | [protected] |
| OrientationChain::~OrientationChain | ( | ) | [protected] |
| static AbstractChain* OrientationChain::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for OrientationChain.
Definition at line 62 of file orientationchain.h.
| TimedUnsigned OrientationChain::orientation | ( | ) | const [inline] |
Property method returning current orientation.
Definition at line 72 of file orientationchain.h.
| bool OrientationChain::start | ( | ) | [slot] |
| bool OrientationChain::stop | ( | ) | [slot] |
Definition at line 53 of file orientationchain.h.