mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
333333
This commit is contained in:
@ -14,4 +14,5 @@ public:
|
||||
~ZZ_iSIFControlThread();
|
||||
public slots:
|
||||
int StartTestAcquisition();
|
||||
int test();
|
||||
};
|
@ -10,6 +10,11 @@ ZZ_iSIFControlThread::~ZZ_iSIFControlThread()
|
||||
|
||||
}
|
||||
|
||||
int ZZ_iSIFControlThread::test()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ZZ_iSIFControlThread::StartTestAcquisition()
|
||||
{
|
||||
// m_bFlagIsCollecting = true;
|
||||
|
Reference in New Issue
Block a user