HX_CoalFlowDetect/controller/coaldistributmodbusthread.h

17 lines
304 B
C
Raw Normal View History

2024-11-04 18:11:55 +08:00
#ifndef COALDISTRIBUTMODBUSTHREAD_H
#define COALDISTRIBUTMODBUSTHREAD_H
#include <QObject>
class CoalDistributModbusThread {
public:
CoalDistributModbusThread(const QString& host, quint16 port);
private:
private:
QString m_hostIP;
quint16 m_port;
};
#endif // COALDISTRIBUTMODBUSTHREAD_H