A container for glove data. More...
#include <xsglovedata.h>
Public Attributes | |
XsFingerData | m_fingerData [XSFINGERSEGMENTCOUNT] |
Data for each tracked finger segment. More... | |
uint32_t | m_frameNumber |
The sequential frame number for the data. More... | |
uint16_t | m_validSampleFlags |
Flags describing the general validity of the data. More... | |
Related Functions | |
(Note that these are not member functions.) | |
void | XsGloveData_construct (struct XsGloveData *thisPtr) |
Initialize an XsGloveData object. More... | |
void | XsGloveData_copy (struct XsGloveData *copy, struct XsGloveData const *src) |
Copy the contents of an XsGloveData object. More... | |
void | XsGloveData_destruct (struct XsGloveData *thisPtr) |
Destruct an XsGloveData object. More... | |
void | XsGloveData_swap (struct XsGloveData *lhs, struct XsGloveData *rhs) |
Swap the contents of two XsGloveData objects. More... | |
XsFingerData XsGloveData::m_fingerData[XSFINGERSEGMENTCOUNT] |
Data for each tracked finger segment.
Definition at line 310 of file xsglovedata.h.
uint32_t XsGloveData::m_frameNumber |
The sequential frame number for the data.
Definition at line 311 of file xsglovedata.h.
uint16_t XsGloveData::m_validSampleFlags |
Flags describing the general validity of the data.
Definition at line 312 of file xsglovedata.h.