22 struct timeval prevtime;
25 q_matrix_type initMatrix, currentMatrix;
29 const char * source,
const char * config_file_name,
34 virtual void reset (
void);
36 void update (q_matrix_type &);
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
Generic connection class not specific to the transport mechanism.
vrpn_Tracker_JoyFly(const char *name, vrpn_Connection *c, const char *source, const char *config_file_name, vrpn_Connection *sourceConnection=NULL)
This object has been superceded by the vrpn_Tracker_AnalogFly object.
static void VRPN_CALLBACK handle_joystick(void *, const vrpn_ANALOGCB)
void update(q_matrix_type &)
static int VRPN_CALLBACK handle_newConnection(void *, vrpn_HANDLERPARAM)
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.
class VRPN_API vrpn_Connection
This object has been superceded by the vrpn_Tracker_AnalogFly object.