This commit is contained in:
2021-11-19 15:43:34 +08:00
parent 6452b3a514
commit 59b8e15c8e
2 changed files with 6 additions and 0 deletions

View File

@ -14,4 +14,5 @@ public:
~ZZ_iSIFControlThread(); ~ZZ_iSIFControlThread();
public slots: public slots:
int StartTestAcquisition(); int StartTestAcquisition();
int test();
}; };

View File

@ -10,6 +10,11 @@ ZZ_iSIFControlThread::~ZZ_iSIFControlThread()
} }
int ZZ_iSIFControlThread::test()
{
return 0;
}
int ZZ_iSIFControlThread::StartTestAcquisition() int ZZ_iSIFControlThread::StartTestAcquisition()
{ {
// m_bFlagIsCollecting = true; // m_bFlagIsCollecting = true;