添加自研批检仪检测命令

This commit is contained in:
ranchuan
2023-11-27 14:31:00 +08:00
parent b3a0d7b57c
commit a0b0f41c39
45 changed files with 3778 additions and 2628 deletions

View File

@@ -33,6 +33,7 @@ protected slots:
void ready_read_cb();
signals:
void tcp_connected_signal();
protected:
mycfg *cfg_;
QTimer *timer_reconnect_;
@@ -42,7 +43,6 @@ protected:
QTimer *timer_recv_end_;
int recv_end_timeout_ms;
};
#endif // IF_TCP_H