This commit is contained in:
2021-11-25 09:45:26 +08:00
parent 4c1a69ac9d
commit 8bbd435518
3 changed files with 16 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#pragma once
#include "ATPAbstractController.h"
class ZZ_iSIFControlThread :public ZZ_ATPAbsCtrlThread
{
Q_OBJECT
public:
private:
public:
ZZ_iSIFControlThread(QObject* parent = nullptr);
~ZZ_iSIFControlThread();
public slots:
int StartTestAcquisition();
int test();//
};