sensorfw
|
Adaptor for internal ambient light sensor of Nokia Sysfs. More...
#include <alsadaptor-sysfs.h>
Static Public Member Functions | |
static DeviceAdaptor * | factoryMethod (const QString &id) |
Factory method for gaining a new instance of ALSAdaptorSysfs class. More... | |
Protected Member Functions | |
ALSAdaptorSysfs (const QString &id) | |
Constructor. More... | |
~ALSAdaptorSysfs () | |
virtual bool | setStandbyOverride (const bool override) |
Reimplemented to prevent standbyOverride for this adaptor. More... | |
Adaptor for internal ambient light sensor of Nokia Sysfs.
Adaptor for the internal ambient light sensor. Provides the amount of ambient light detected by the device.
Value output frequency depends on driver decision - only changed values are pushed out of driver.
Definition at line 45 of file alsadaptor-sysfs.h.
|
protected |
Constructor.
id | Identifier for the adaptor. |
|
protected |
|
inlinestatic |
Factory method for gaining a new instance of ALSAdaptorSysfs class.
id | Identifier for the adaptor. |
Definition at line 53 of file alsadaptor-sysfs.h.
|
inlineprotectedvirtual |
Reimplemented to prevent standbyOverride for this adaptor.
Not provided for this adaptor due to requirement that an external entity controls the driver interface for thresholds.
override | Attempted override value. |
Definition at line 75 of file alsadaptor-sysfs.h.