mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
文件存储完成
This commit is contained in:
8
main.cpp
8
main.cpp
@ -42,10 +42,16 @@ int main(int argc, char *argv[])
|
||||
testDG.InitializeWorkers();
|
||||
testDG.SetupMsgPipelines();
|
||||
testDG.StartWorkers();
|
||||
m_pqDataGrabberThreadHolder->start();
|
||||
|
||||
|
||||
|
||||
m_pqDataGrabberThreadHolder->start();
|
||||
testDG.StartGrab();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//QString qstrTest = "This is a test message 2";
|
||||
//qDebug() << qstrTest;
|
||||
//cout << "This is a test message";
|
||||
|
Reference in New Issue
Block a user