sensorfw
|
Sensor for accessing the internal step counter sensor measurements. More...
#include <stepcountersensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | StepCounterChanged (const Unsigned &value) |
Sent when a change in measured data is observed. More... | |
Public Member Functions | |
Unsigned | steps () const |
Property for accessing the measured value. More... | |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for StepCounterSensorChannel. More... | |
Protected Member Functions | |
StepCounterSensorChannel (const QString &id) | |
virtual | ~StepCounterSensorChannel () |
Properties | |
Unsigned | steps |
Sensor for accessing the internal step counter sensor measurements.
Signals listeners whenever observed steps count changed.
Definition at line 49 of file stepcountersensor.h.
|
protected |
|
protectedvirtual |
|
inlinestatic |
Factory method for StepCounterSensorChannel.
Definition at line 61 of file stepcountersensor.h.
|
slot |
|
signal |
Sent when a change in measured data is observed.
value | Measured value. |
|
inline |
Property for accessing the measured value.
Definition at line 73 of file stepcountersensor.h.
|
slot |
|
read |
Definition at line 1 of file stepcountersensor.h.