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 155 of file orientationdata.h.
ProximityData::ProximityData | ( | ) | [inline] |
Default constructor.
Definition at line 161 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 170 of file orientationdata.h.
is an object within proximity or not
Definition at line 173 of file orientationdata.h.