mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
123445
This commit is contained in:
3
main.cpp
3
main.cpp
@ -2,7 +2,7 @@
|
||||
#include "ATPControl_Serial_QT.h"
|
||||
#include "Logger.h"
|
||||
using namespace std;
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
@ -12,6 +12,7 @@ int main(int argc, char *argv[])
|
||||
//QT_LOG::ZZ_InitLogger(QCoreApplication::applicationDirPath() + "/Log/");
|
||||
QString qstrTest="This is a test message 2";
|
||||
qDebug() << qstrTest;
|
||||
cout << "This is a test message";
|
||||
//////////////////////////////////////////////////////////////////////////test
|
||||
ZZ_ATPControl_Serial_Qt m_ctrlATP;
|
||||
QByteArray qbTest;
|
||||
|
Reference in New Issue
Block a user