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