sensorfw
TimedXyzData Class Reference

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

#include <genericdata.h>

Inheritance diagram for TimedXyzData:
TimedData TouchData

List of all members.

Public Member Functions

 TimedXyzData ()
 Constructor.
 TimedXyzData (const quint64 &timestamp, int x, int y, int z)
 Constructor.

Public Attributes

int x_
 X value.
int y_
 Y value.
int z_
 Z value.

Detailed Description

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

Definition at line 52 of file genericdata.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 58 of file genericdata.h.

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 value.

Definition at line 70 of file genericdata.h.

Y value.

Definition at line 71 of file genericdata.h.

Z value.

Definition at line 72 of file genericdata.h.


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