mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 11:29:43 +08:00
11 lines
219 B
C++
11 lines
219 B
C++
#pragma once
|
|
#include "ATPAbstractController.h"
|
|
|
|
class ZZ_OSIFBControlThread :public ZZ_ATPAbsCtrlThread
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ZZ_OSIFBControlThread(QObject* parent = nullptr);
|
|
~ZZ_OSIFBControlThread();
|
|
public slots:
|
|
}; |