1 Star 0 Fork 10

LXSmart/qt_61850Client

forked from tinnu/qt_61850Client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.h 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
tinnu 提交于 2021-07-09 10:21 . 更新操作
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QTreeWidgetItem>
#include <QTimer>
#include "mqclient61850.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private slots:
void on_action_2_triggered();
void on_action_3_triggered();
void on_action_autoUpdate_toggled(bool arg1);
void on_actionwrite1_triggered();
void on_action_triggered();
void on_action_expand_triggered();
private:
Ui::MainWindow *ui;
MQClient61850 *m_mqClient61850;
QTimer *m_timerPeriodRead;
void DealFcdaToTree(QTreeWidgetItem *t_treeWi, _61850_FCDA_ t_fcda);
void DealDaToTree(QTreeWidgetItem *t_treeWi, _61850_DA_ t_fcda);
void UpdateVal();
};
#endif // MAINWINDOW_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxsmart-suson_admin/qt_61850-client.git
git@gitee.com:lxsmart-suson_admin/qt_61850-client.git
lxsmart-suson_admin
qt_61850-client
qt_61850Client
master

搜索帮助