realvalue.h 386 B

1234567891011
  1. #ifndef REALVALUE_H
  2. #define REALVALUE_H
  3. #include <QtCore>
  4. #include <QDateTime>
  5. extern void set_realtime_value(quint8 commid, quint8 busadd, float value, uint timestamp);
  6. extern void set_realtime_io_value(quint8 commid, quint8 busadd, quint8 value, uint timestamp);
  7. extern void set_realtime_real_value(quint8 commid, quint8 busadd, float value, uint timestamp);
  8. #endif // REALVALUE_H