sensorfw
|
Datatype for proximity measurements. More...
#include <orientationdata.h>
Public Member Functions | |
ProximityData () | |
Default constructor. | |
ProximityData (const quint64 ×tamp, unsigned int value, bool withinProximity) | |
Constructor. | |
Public Attributes | |
bool | withinProximity_ |
is an object within proximity or not |
Datatype for proximity measurements.
Definition at line 150 of file orientationdata.h.
ProximityData::ProximityData | ( | ) | [inline] |
Default constructor.
Definition at line 156 of file orientationdata.h.
ProximityData::ProximityData | ( | const quint64 & | timestamp, |
unsigned int | value, | ||
bool | withinProximity | ||
) | [inline] |
Constructor.
timestamp | timestamp as monotonic time (microsec). |
value | raw proximity value. |
withinProximity | is there an object within proximity. |
Definition at line 165 of file orientationdata.h.
is an object within proximity or not
Definition at line 168 of file orientationdata.h.