| sensorfw
    | 
Datatype for device lid events. More...
#include <liddata.h>
 
  
| Public Types | |
| enum | Type { UnknownLid = -1 , FrontLid = 0 , BackLid } | 
| Type of lid.  More... | |
| Public Member Functions | |
| LidData () | |
| Constructor.  More... | |
| LidData (const quint64 ×tamp, Type type, unsigned value) | |
| Constructor.  More... | |
|  Public Member Functions inherited from TimedData | |
| TimedData (const quint64 ×tamp) | |
| Constructor.  More... | |
| Public Attributes | |
| LidData::Type | type_ | 
| Type of lid.  More... | |
| unsigned | value_ | 
| Measurement value.  More... | |
|  Public Attributes inherited from TimedData | |
| quint64 | timestamp_ | 
| monotonic time (microsec)  More... | |
Datatype for device lid events.
Contains enumerated values for different types of lid events.
| enum LidData::Type | 
| 
 | inline | 
| LidData::Type LidData::type_ |