1#ifndef VRPN_BUTTON_USB_H
3#include "vrpn_Button.h"
10 vrpn_Button_USB(
const char *name,
const char *deviceName,
19 bool USBWrite(
const unsigned long &data);
21 bool USBRead(
unsigned long &data,
int port);
23 bool USB_IO(
unsigned long lIn,
int lInSize,
unsigned long &lOut,
virtual void mainloop()=0
Generic connection class not specific to the transport mechanism.
定义 vrpn_Connection.h:562