|
sensorfw
|
Sensor for accessing the internal heart rate monitor sensor measurements. More...
#include <hrmsensor.h>
Public Slots | |
| bool | start () |
| bool | stop () |
Signals | |
| void | HeartRateChanged (const HeartRate &value) |
| Sent when a change in measured data is observed. | |
Public Member Functions | |
| HeartRate | heartRate () const |
| Property for accessing the measured value. | |
Static Public Member Functions | |
| static AbstractSensorChannel * | factoryMethod (const QString &id) |
| Factory method for HrmSensorChannel. | |
Protected Member Functions | |
| HrmSensorChannel (const QString &id) | |
| virtual | ~HrmSensorChannel () |
Properties | |
| HeartRate | heartRate |
Sensor for accessing the internal heart rate monitor sensor measurements.
Signals listeners whenever observed bpm changed.
Definition at line 49 of file hrmsensor.h.
|
protected |
|
protectedvirtual |
|
inlinestatic |
Factory method for HrmSensorChannel.
Definition at line 61 of file hrmsensor.h.
|
inline |
Property for accessing the measured value.
Definition at line 73 of file hrmsensor.h.
|
signal |
Sent when a change in measured data is observed.
| value | Measured value. |
|
slot |
|
slot |
|
read |
Definition at line 54 of file hrmsensor.h.