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