mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 11:29:43 +08:00
12223
This commit is contained in:
14
config/DeviceSettings.txt
Normal file
14
config/DeviceSettings.txt
Normal file
@ -0,0 +1,14 @@
|
||||
[DEVICE INFO]
|
||||
TotalSpectrometer=1
|
||||
[FS1]
|
||||
Model=ISIF
|
||||
Port=2
|
||||
UID=
|
||||
[FS2]
|
||||
Model=IS1
|
||||
Port=3
|
||||
UID=
|
||||
[LinearShutter]
|
||||
TotalPosition=2
|
||||
Position0=100000
|
||||
Position1=200000
|
@ -2,6 +2,8 @@
|
||||
TotalSpectrometer=1
|
||||
[FS1]
|
||||
Model=OSIFAlpha
|
||||
Port=-1
|
||||
UID=
|
||||
[FS2]
|
||||
Model=Null
|
||||
[LinearShutter]
|
@ -1,18 +0,0 @@
|
||||
#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();//
|
||||
};
|
Reference in New Issue
Block a user