1#ifndef INCLUDED_BUTTONFLY
2#define INCLUDED_BUTTONFLY
38 const float rv[],
bool absolut)
41 memcpy(
vec, v,
sizeof(
vec));
42 memcpy(
rot, rv,
sizeof(
rot));
122 bool reportChanges = VRPN_FALSE);
127 virtual void reset (
void);
Generic connection class not specific to the transport mechanism.
vrpn_TBF_axis(const char *n, int ch, const float v[], const float rv[], bool absolut)
vrpn_Tracker_ButtonFly * bf
vrpn_Tracker(const char *name, vrpn_Connection *c=NULL, const char *tracker_cfg_file_name=NULL)
This structure is what is passed to a vrpn_Connection message callback.
void vrpn_strcpy(char(&to)[charCount], const char *pSrc)
Null-terminated-string copy function that both guarantees not to overrun the buffer and guarantees th...