mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-22 20:49:43 +08:00
18 lines
281 B
C
18 lines
281 B
C
|
#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();//
|
||
|
};
|