训练营Modbus项目代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 rivejä
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. };