sensorfw
|
#include <gyroscopesensor.h>
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 |
Definition at line 43 of file gyroscopesensor.h.
GyroscopeSensorChannel::GyroscopeSensorChannel | ( | const QString & | id | ) | [protected] |
GyroscopeSensorChannel::~GyroscopeSensorChannel | ( | ) | [protected] |
void GyroscopeSensorChannel::dataAvailable | ( | const XYZ & | data | ) | [signal] |
static AbstractSensorChannel* GyroscopeSensorChannel::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for GyroscopeSensorChannel.
Definition at line 55 of file gyroscopesensor.h.
XYZ GyroscopeSensorChannel::get | ( | ) | const [inline] |
Definition at line 63 of file gyroscopesensor.h.
bool GyroscopeSensorChannel::start | ( | ) | [slot] |
bool GyroscopeSensorChannel::stop | ( | ) | [slot] |
XYZ GyroscopeSensorChannel::value [read] |
Definition at line 47 of file gyroscopesensor.h.