Files
TowerOptoSifAndSpectral/UnSupported/ThreadiSIFController.h

18 lines
281 B
C
Raw Normal View History

2021-11-05 17:00:48 +08:00
#pragma once
#include "ATPAbstractController.h"
2021-11-05 17:00:48 +08:00
class ZZ_iSIFControlThread :public ZZ_ATPAbsCtrlThread
2021-11-05 17:00:48 +08:00
{
Q_OBJECT
public:
private:
2021-11-05 17:00:48 +08:00
public:
ZZ_iSIFControlThread(QObject* parent = nullptr);
~ZZ_iSIFControlThread();
public slots:
int StartTestAcquisition();
2021-11-19 16:00:10 +08:00
int test();//
2021-11-05 17:00:48 +08:00
};