mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-17 19:19:42 +08:00
12 lines
220 B
C++
12 lines
220 B
C++
#pragma once
|
|
#include "ATPAbstractController.h"
|
|
|
|
|
|
class ZZ_OSIFAControlThread :public ZZ_ATPAbsCtrlThread
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ZZ_OSIFAControlThread(QObject* parent = nullptr);
|
|
~ZZ_OSIFAControlThread();
|
|
public slots:
|
|
}; |