mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2026-05-05 12:33:47 +08:00
任立新 温控系统
This commit is contained in:
@ -18,10 +18,12 @@ class TemperaTureWoker:public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
TemperaTureWoker();
|
||||
// TemperaTureWoker(json jconfig);
|
||||
void OpenCom(QString portname,int baudrate);
|
||||
QList<tempera_group> m_Tempreaturegroups;
|
||||
void ReadTempreature();
|
||||
private:
|
||||
QSerialPort *m_SerialPort;
|
||||
QSerialPort *m_SerialPort= nullptr;
|
||||
bool m_isInit=false;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user