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);