1#ifndef vrpn_POSER_TEK4662_H
2#define vrpn_POSER_TEK4662_H
3#include "vrpn_Configure.h"
6#include "vrpn_Tracker.h"
27 const char * port,
int baud = 1200,
int bits = 8,
28 vrpn_SER_PARITY parity = vrpn_SER_PARITY_NONE);
36 unsigned char d_inbuf[1024];
40 bool d_new_location_requested;
41 int d_outstanding_requests;
46 static int VRPN_CALLBACK handle_change_message(
void *userdata,
vrpn_HANDLERPARAM p);
47 static int VRPN_CALLBACK handle_vel_change_message(
void *userdata,
vrpn_HANDLERPARAM p);
Generic connection class not specific to the transport mechanism.
定义 vrpn_Connection.h:562
定义 vrpn_Poser_Tek4662.h:24
This structure is what is passed to a vrpn_Connection message callback.
定义 vrpn_Connection.h:41
vrpn_Serial: Pulls all the serial port routines into one file to make porting to new operating system...