mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
添加了温度测试
This commit is contained in:
17
othersoft/TemperatureControler/project/tempmain.cpp
Normal file
17
othersoft/TemperatureControler/project/tempmain.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by xin on 24-12-11.
|
||||
//
|
||||
#include <iostream>
|
||||
#include <TemperaTureWoker.h>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <qthread.h>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
QCoreApplication aaaaa(argc, argv);
|
||||
std::cout<<"Hello World";
|
||||
TemperaTureWoker *pTemperaTureWoker = new TemperaTureWoker();
|
||||
|
||||
|
||||
|
||||
return aaaaa.exec();
|
||||
}
|
Reference in New Issue
Block a user