训练营Modbus项目代码仓库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
153 B

  1. #pragma once
  2. #include <QObject>
  3. /**
  4. * .
  5. */
  6. class Modbus_Log : public QObject
  7. {
  8. Q_OBJECT
  9. public:
  10. Modbus_Log(QObject *parent);
  11. ~Modbus_Log();
  12. };