代码拉取完成,页面将自动刷新
同步操作将从 ianaxe/vrpn 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef VRPN_BUTTON_USB_H
#ifdef _WIN32
#include "vrpn_Button.h"
// USB button code.
// This class is derived from the vrpn_Button_Filter class, so that it
// can be made to toggle its buttons using messages from the client.
class VRPN_API vrpn_Button_USB : public vrpn_Button_Filter {
public:
vrpn_Button_USB(const char *name, const char *deviceName,
vrpn_Connection *c);
~vrpn_Button_USB();
virtual void mainloop();
protected:
void read(void);
//! writes data to the device
bool USBWrite(const unsigned long &data);
//! reads data from the device
bool USBRead(unsigned long &data, int port);
//! basic io handeling
bool USB_IO(unsigned long lIn, int lInSize, unsigned long &lOut,
int lOutSize);
HANDLE m_hDevice; //!< the usb device
};
#endif
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。