sensorfw
OrientationChain Class Reference

Orientationchain providies device orientation information using the accelerometer information. More...

#include <orientationchain.h>

List of all members.

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

Detailed Description

Orientationchain providies device orientation information using the accelerometer information.

Output buffers:

  • device orientation

Definition at line 51 of file orientationchain.h.


Constructor & Destructor Documentation

OrientationChain::OrientationChain ( const QString &  id) [protected]

Member Function Documentation

static AbstractChain* OrientationChain::factoryMethod ( const QString &  id) [inline, static]

Factory method for OrientationChain.

Returns:
Pointer to new OrientationChain instance as AbstractChain*

Definition at line 62 of file orientationchain.h.

Property method returning current orientation.

Returns:
Current orientation.

Definition at line 72 of file orientationchain.h.

bool OrientationChain::start ( ) [slot]
bool OrientationChain::stop ( ) [slot]

Property Documentation


The documentation for this class was generated from the following file: