Logical sensor for measuring compass direction using magnetometer and accelerometer sensors.
More...
#include <compasssensor.h>
List of all members.
Detailed Description
Logical sensor for measuring compass direction using magnetometer and accelerometer sensors.
For details about the dataflow for compass, see CompassChain.
Definition at line 49 of file compasssensor.h.
Constructor & Destructor Documentation
CompassSensorChannel::CompassSensorChannel |
( |
const QString & |
id |
) |
[protected] |
virtual CompassSensorChannel::~CompassSensorChannel |
( |
|
) |
[protected, virtual] |
Member Function Documentation
void CompassSensorChannel::dataAvailable |
( |
const Compass & |
value |
) |
[signal] |
quint16 CompassSensorChannel::declinationValue |
( |
|
) |
const |
static AbstractSensorChannel* CompassSensorChannel::factoryMethod |
( |
const QString & |
id |
) |
[inline, static] |
Compass CompassSensorChannel::get |
( |
|
) |
const [inline] |
bool CompassSensorChannel::start |
( |
|
) |
[slot] |
bool CompassSensorChannel::stop |
( |
|
) |
[slot] |
Property Documentation
quint16 CompassSensorChannel::declinationvalue [read] |
Compass CompassSensorChannel::value [read] |
The documentation for this class was generated from the following file: