sensorfw
TimedXyzData Class Reference

Class for vector type measurement data (timestamp, x, y, z). More...

#include <genericdata.h>

Inheritance diagram for TimedXyzData:
TimedData TouchData

Public Member Functions

 TimedXyzData ()
 Constructor. More...
 
 TimedXyzData (const quint64 &timestamp, int x, int y, int z)
 Constructor. More...
 
- Public Member Functions inherited from TimedData
 TimedData (const quint64 &timestamp)
 Constructor. More...
 

Public Attributes

int x_
 X value. More...
 
int y_
 Y value. More...
 
int z_
 Z value. More...
 
- Public Attributes inherited from TimedData
quint64 timestamp_
 monotonic time (microsec) More...
 

Detailed Description

Class for vector type measurement data (timestamp, x, y, z).

Definition at line 52 of file genericdata.h.

Constructor & Destructor Documentation

◆ TimedXyzData() [1/2]

TimedXyzData::TimedXyzData ( )
inline

Constructor.

Definition at line 58 of file genericdata.h.

◆ TimedXyzData() [2/2]

TimedXyzData::TimedXyzData ( const quint64 &  timestamp,
int  x,
int  y,
int  z 
)
inline

Constructor.

Parameters
timestampmonotonic time (microsec)
xX coordinate.
yY coordinate.
zZ coordinate.

Definition at line 68 of file genericdata.h.

Member Data Documentation

◆ x_

int TimedXyzData::x_

X value.

Definition at line 70 of file genericdata.h.

◆ y_

int TimedXyzData::y_

Y value.

Definition at line 71 of file genericdata.h.

◆ z_

int TimedXyzData::z_

Z value.

Definition at line 72 of file genericdata.h.


The documentation for this class was generated from the following file: