A container for Finger Snapshot data. More...
#include <xsglovesnapshot.h>
Public Attributes | |
uint8_t | m_accClippingCounter |
The acceleration clipping counter. More... | |
uint16_t | m_flags |
The flags. More... | |
uint8_t | m_gyrClippingCounter |
The gyroscope clipping counter. More... | |
int24_t | m_iQ [3] |
The integrated orientation. More... | |
int32_t | m_iV [3] |
The integrated velocity. More... | |
int16_t | m_mag [3] |
The magnetic field. More... | |
A container for Finger Snapshot data.
Definition at line 116 of file xsglovesnapshot.h.
uint8_t XsFingerSnapshot::m_accClippingCounter |
The acceleration clipping counter.
Definition at line 122 of file xsglovesnapshot.h.
uint16_t XsFingerSnapshot::m_flags |
The flags.
Definition at line 121 of file xsglovesnapshot.h.
uint8_t XsFingerSnapshot::m_gyrClippingCounter |
The gyroscope clipping counter.
Definition at line 123 of file xsglovesnapshot.h.
int24_t XsFingerSnapshot::m_iQ[3] |
The integrated orientation.
Definition at line 118 of file xsglovesnapshot.h.
int32_t XsFingerSnapshot::m_iV[3] |
The integrated velocity.
Definition at line 119 of file xsglovesnapshot.h.
int16_t XsFingerSnapshot::m_mag[3] |
The magnetic field.
Definition at line 120 of file xsglovesnapshot.h.