1 Star 0 Fork 2

Leonard/TelinkOTA

forked from nabian/TelinkOTA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.h 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
nabian 提交于 2021-07-11 09:38 . 修改UI界面
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <qbluetoothlocaldevice.h>
#include <QBluetoothDeviceDiscoveryAgent>
#include <QLowEnergyController>
#include "qgpioble.h"
#include <QSpinBox>
#include <QProgressBar>
QT_FORWARD_DECLARE_CLASS(QBluetoothDeviceDiscoveryAgent)
QT_FORWARD_DECLARE_CLASS(QBluetoothDeviceInfo)
QT_BEGIN_NAMESPACE
namespace Ui
{
class MainWindow;
}
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
static MainWindow *m_mainWin;
QGPIOBle *gpioble;
MainWindow(QWidget *parent = nullptr);
~MainWindow();
static void setText(QString str);
unsigned short crc16(unsigned char *pD, int len);
void Telink_OTA_wTick();
public slots:
void on_TimerTick();
void Ble_Scanfinishcb();
private slots:
void on_actionScan_triggered();
void on_actionConnect_triggered();
void on_actionOpenFile_triggered();
void on_actionStart_triggered();
void on_actionClear_triggered();
private:
Ui::MainWindow *ui;
QAction *bledevlist;
uint16_t wPackNum;
uint32_t otatimer;
uint8_t send_buff[20];
QByteArray FileData;
QString m_message;
QTimer *mtimer;
uint32_t OtaFlag;
QString FirmPath;
QProgressBar *pProgressBar;
QSpinBox *sendtic;
uint64_t run_time;
};
#endif // MAINWINDOW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/leonard33/TelinkOTA.git
git@gitee.com:leonard33/TelinkOTA.git
leonard33
TelinkOTA
TelinkOTA
master

搜索帮助