sensorfw
|
Sensor providing accelerometer measurements. More...
#include <accelerometersensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | dataAvailable (const XYZ &data) |
Sent when new measurement data has become available. | |
Public Member Functions | |
XYZ | get () const |
virtual void | removeSession (int sessionId) |
virtual bool | downsamplingSupported () const |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for AccelerometerSensorChannel. | |
Protected Member Functions | |
AccelerometerSensorChannel (const QString &id) | |
virtual | ~AccelerometerSensorChannel () |
Properties | |
XYZ | value |
Sensor providing accelerometer measurements.
Accelerometer measurements are provided corrected to the Nokia Coordinate System.
Definition at line 48 of file accelerometersensor.h.
AccelerometerSensorChannel::AccelerometerSensorChannel | ( | const QString & | id | ) | [protected] |
virtual AccelerometerSensorChannel::~AccelerometerSensorChannel | ( | ) | [protected, virtual] |
void AccelerometerSensorChannel::dataAvailable | ( | const XYZ & | data | ) | [signal] |
Sent when new measurement data has become available.
data | Newly measured data. |
virtual bool AccelerometerSensorChannel::downsamplingSupported | ( | ) | const [virtual] |
static AbstractSensorChannel* AccelerometerSensorChannel::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for AccelerometerSensorChannel.
Definition at line 60 of file accelerometersensor.h.
XYZ AccelerometerSensorChannel::get | ( | ) | const [inline] |
Definition at line 68 of file accelerometersensor.h.
virtual void AccelerometerSensorChannel::removeSession | ( | int | sessionId | ) | [virtual] |
bool AccelerometerSensorChannel::start | ( | ) | [slot] |
bool AccelerometerSensorChannel::stop | ( | ) | [slot] |
Definition at line 52 of file accelerometersensor.h.