Ai
1 Star 0 Fork 2

SantaPasser_by/huasi_protocol_parse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dealserialthread.cpp 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
teh-c 提交于 2020-01-08 10:11 +08:00 . add program source code.
#include "dealserialthread.h"
#include <QDebug>
DealSerialThread::DealSerialThread(QObject *parent):
QThread(parent)
{
}
DealSerialThread::~DealSerialThread()
{
}
void DealSerialThread::run()
{
while(1)
{
qDebug() << "hello\r\n";
// sleep(5);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/santapasserby/huasi_protocol_parse.git
git@gitee.com:santapasserby/huasi_protocol_parse.git
santapasserby
huasi_protocol_parse
huasi_protocol_parse
master

搜索帮助