添加广播方式升级

This commit is contained in:
ranchuan
2023-11-29 15:36:45 +08:00
parent a0b0f41c39
commit e34b8111dc
30 changed files with 1388 additions and 146 deletions

View File

@@ -22,4 +22,22 @@ signals:
void send_to_m4_signal(myarray data);
};
// 电机 自研批检仪
class selfdev_moter : public HandlePc
{
Q_OBJECT
public:
selfdev_moter() : HandlePc() {}
~selfdev_moter() {}
int dolater(int cmd, myarray data);
void timeout();
signals:
void send_to_m4_signal(myarray data);
};
#endif