From e620c87ecf704b42b52a7e5c9345e4b13e9776f5 Mon Sep 17 00:00:00 2001 From: tangchao0503 <735056338@qq.com> Date: Wed, 28 Jun 2023 13:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source_Files/main.cpp | 1 + Source_Files/udpserver.cpp | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Source_Files/main.cpp b/Source_Files/main.cpp index d56e114..08cf420 100644 --- a/Source_Files/main.cpp +++ b/Source_Files/main.cpp @@ -3,6 +3,7 @@ int main(int argc, char *argv[]) { + std::cout<<"ximeaAirborneSystem 版本:"<< "34." <bind(45454, QUdpSocket::ShareAddress); connect(m_udpSocket, SIGNAL(readyRead()),this, SLOT(processPendingDatagrams())); - m_RecordSbgThread=new QThread(); - m_sbgRecorder=new sbgtc::SbgRecorder(); - m_sbgRecorder->moveToThread(m_RecordSbgThread); - m_RecordSbgThread->start(); - m_RecordThread=new QThread(); m_imager=new XimeaImager(); m_imager->moveToThread(m_RecordThread); m_RecordThread->start(QThread::HighestPriority); + m_RecordSbgThread=new QThread(); + m_sbgRecorder=new sbgtc::SbgRecorder(); + m_sbgRecorder->moveToThread(m_RecordSbgThread); + m_RecordSbgThread->start(); + m_CopyFileThread=new QThread(); m_copyFile=new FileOperation(); m_copyFile->moveToThread(m_CopyFileThread);