1 Star 11 Fork 12

guanglun/WINUSB_PC_Test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
usbthread.h 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanglun 提交于 2019-12-22 23:03 . 初始化
#ifndef USBTHREAD_H
#define USBTHREAD_H
#include <QThread>
#include "libusb.h"
#include "workspace.h"
class USBThread : public QThread
{
Q_OBJECT
private:
bool is_loop;
public:
USBThread();
void run();
void close();
};
#endif // USBTHREAD_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guanglunking/WINUSB_PC_Test.git
[email protected]:guanglunking/WINUSB_PC_Test.git
guanglunking
WINUSB_PC_Test
WINUSB_PC_Test
master

搜索帮助