Files
TowerOptoSifAndSpectral_Too…/UnSupported/ThreadOSIFAController.h

12 lines
220 B
C
Raw Permalink Normal View History

2022-08-16 09:26:36 +08:00
#pragma once
#include "ATPAbstractController.h"
class ZZ_OSIFAControlThread :public ZZ_ATPAbsCtrlThread
{
Q_OBJECT
public:
ZZ_OSIFAControlThread(QObject* parent = nullptr);
~ZZ_OSIFAControlThread();
public slots:
};