sensorfw
|
Datatype for proximity measurements. More...
#include <orientationdata.h>
Public Member Functions | |
ProximityData () | |
Default constructor. More... | |
ProximityData (const quint64 ×tamp, unsigned int value, bool withinProximity) | |
Constructor. More... | |
![]() | |
TimedUnsigned () | |
Default constructor. More... | |
TimedUnsigned (const quint64 ×tamp, unsigned value) | |
Constructor. More... | |
![]() | |
TimedData (const quint64 ×tamp) | |
Constructor. More... | |
Public Attributes | |
bool | withinProximity_ |
is an object within proximity or not More... | |
![]() | |
unsigned | value_ |
Measurement value. More... | |
![]() | |
quint64 | timestamp_ |
monotonic time (microsec) More... | |
Datatype for proximity measurements.
Definition at line 150 of file orientationdata.h.
|
inline |
Default constructor.
Definition at line 156 of file orientationdata.h.
|
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.
bool ProximityData::withinProximity_ |
is an object within proximity or not
Definition at line 168 of file orientationdata.h.