mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
14 lines
260 B
C++
14 lines
260 B
C++
#pragma once
|
|
#include "ATPAbstractController.h"
|
|
|
|
class ZZ_IS1ControlThread :public ZZ_ATPAbsCtrlThread
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ZZ_IS1ControlThread(QObject* parent = nullptr);
|
|
~ZZ_IS1ControlThread();
|
|
private:
|
|
public slots:
|
|
int StartTestAcquisition();
|
|
signals:
|
|
}; |