13class VRPN_API vrpn_Wanda :
public vrpn_Serial_Analog,
public vrpn_Button_Filter {
15 vrpn_Wanda(
char * name, vrpn_Connection * c,
char * portname,
int
21 void report_new_button_info();
22 void report_new_valuator_info();
25 double last_val_timestamp;
26 double resetval[vrpn_CHANNEL_MAX];
27 long MAX_TIME_INTERVAL;
31 static int dbug_wanda;