sensorfw
|
Sensor for accessing the internal ambient light sensor measurements. More...
#include <pressuresensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | pressureChanged (const Unsigned &value) |
Sent when a change in measured data is observed. More... | |
Public Member Functions | |
Unsigned | pressure () const |
Property for accessing the measured value. More... | |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for PressureSensorChannel. More... | |
Protected Member Functions | |
PressureSensorChannel (const QString &id) | |
virtual | ~PressureSensorChannel () |
Properties | |
Unsigned | pressure |
Sensor for accessing the internal ambient light sensor measurements.
Signals listeners whenever observed ambient light intensity level has changed.
Definition at line 48 of file pressuresensor.h.
|
protected |
|
protectedvirtual |
|
inlinestatic |
Factory method for PressureSensorChannel.
Definition at line 60 of file pressuresensor.h.
|
inline |
Property for accessing the measured value.
Definition at line 72 of file pressuresensor.h.
|
signal |
Sent when a change in measured data is observed.
value | Measured value. |
|
slot |
|
slot |
|
read |
Definition at line 1 of file pressuresensor.h.