sensorfw
|
Class for vector type measurement data (timestamp, x, y, z). More...
#include <genericdata.h>
Public Member Functions | |
TimedXyzData () | |
Constructor. | |
TimedXyzData (const quint64 ×tamp, float x, float y, float z) | |
Constructor. | |
![]() | |
TimedData (const quint64 ×tamp) | |
Constructor. | |
Public Attributes | |
float | x_ |
X value. | |
float | y_ |
Y value. | |
float | z_ |
Z value. | |
![]() | |
quint64 | timestamp_ |
monotonic time (microsec) | |
Class for vector type measurement data (timestamp, x, y, z).
Definition at line 52 of file genericdata.h.
|
inline |
Constructor.
Definition at line 58 of file genericdata.h.
|
inline |
Constructor.
timestamp | monotonic time (microsec) |
x | X coordinate. |
y | Y coordinate. |
z | Z coordinate. |
Definition at line 68 of file genericdata.h.
float TimedXyzData::x_ |
X value.
Definition at line 70 of file genericdata.h.
float TimedXyzData::y_ |
Y value.
Definition at line 71 of file genericdata.h.
float TimedXyzData::z_ |
Z value.
Definition at line 72 of file genericdata.h.