添加自研批检仪检测命令
This commit is contained in:
@@ -5,24 +5,21 @@
|
||||
|
||||
|
||||
// 检测 自研批检仪
|
||||
class selfdev_check:public HandlePc {
|
||||
Q_OBJECT
|
||||
class selfdev_check : public HandlePc
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
selfdev_check():HandlePc(){}
|
||||
~selfdev_check(){}
|
||||
int dolater(int cmd, myarray data);
|
||||
selfdev_check() : HandlePc() {slave_acked_num=0;}
|
||||
~selfdev_check() {}
|
||||
int dolater(int cmd, myarray data);
|
||||
void timeout();
|
||||
public slots:
|
||||
void slave_end_slot(int addr,int ack, myarray data);
|
||||
protected:
|
||||
QList<myarray> slave_acked;
|
||||
int slave_acked_num;
|
||||
signals:
|
||||
void send_to_m4_signal(myarray data);
|
||||
void send_to_m4_signal(myarray data);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user