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