提交大小写

This commit is contained in:
2021-11-19 16:23:15 +08:00
parent c0fe9a89db
commit 5339ea33b1

View File

@ -0,0 +1,18 @@
#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();//
};