sensorfw
GyroscopeSensorChannel Class Reference

#include <gyroscopesensor.h>

List of all members.

Public Slots

bool start ()
bool stop ()

Signals

void dataAvailable (const XYZ &data)

Public Member Functions

XYZ get () const

Static Public Member Functions

static AbstractSensorChannel * factoryMethod (const QString &id)
 Factory method for GyroscopeSensorChannel.

Protected Member Functions

 GyroscopeSensorChannel (const QString &id)
 ~GyroscopeSensorChannel ()

Properties

XYZ value

Detailed Description

Definition at line 43 of file gyroscopesensor.h.


Constructor & Destructor Documentation

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

Member Function Documentation

void GyroscopeSensorChannel::dataAvailable ( const XYZ data) [signal]
static AbstractSensorChannel* GyroscopeSensorChannel::factoryMethod ( const QString &  id) [inline, static]

Factory method for GyroscopeSensorChannel.

Returns:
new GyroscopeSensorChannel as AbstractSensorChannel*.

Definition at line 55 of file gyroscopesensor.h.

XYZ GyroscopeSensorChannel::get ( ) const [inline]

Definition at line 63 of file gyroscopesensor.h.


Property Documentation

Definition at line 47 of file gyroscopesensor.h.


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