mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
添加了 ATP控制类头文件等描述信息
This commit is contained in:
23
main.cpp
23
main.cpp
@ -1,10 +1,19 @@
|
||||
#include<iostream>
|
||||
#include<QString>
|
||||
#include "test.h"
|
||||
int main()
|
||||
#include <QDebug>
|
||||
#include "ATPControl_Serial_QT.h"
|
||||
#include <QtCore/QCoreApplication>
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
std::cout << "hello";
|
||||
int a=10;
|
||||
QString ss;
|
||||
std::cin >> a;
|
||||
}
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
QString qstrTest="This is a test message";
|
||||
qDebug() << qstrTest;
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user