One decoded sample from a Fastrak ASCII stream. More...
#include <fastrak_parser.h>
Public Attributes | |
| int | station = 0 |
| 1-based station id reported by the device. | |
| QVector3D | position |
| Position in metres (always normalised to SI). | |
| QQuaternion | orientation |
| Sensor orientation; identity if not provided. | |
| bool | hasOrientation = false |
One decoded sample from a Fastrak ASCII stream.
Definition at line 56 of file fastrak_parser.h.
| bool UTILSLIB::FastrakSample::hasOrientation = false |
Definition at line 61 of file fastrak_parser.h.
| QQuaternion UTILSLIB::FastrakSample::orientation |
Sensor orientation; identity if not provided.
Definition at line 60 of file fastrak_parser.h.
| QVector3D UTILSLIB::FastrakSample::position |
Position in metres (always normalised to SI).
Definition at line 59 of file fastrak_parser.h.
| int UTILSLIB::FastrakSample::station = 0 |
1-based station id reported by the device.
Definition at line 58 of file fastrak_parser.h.