parseDeviceMessage.h 430 B

1234567891011121314151617181920
  1. #ifndef PARSEDEVICEMESSAGE_H
  2. #define PARSEDEVICEMESSAGE_H
  3. #include "device_message.h"
  4. #include "mmodbus.h"
  5. #include "ring_buffer.h"
  6. #include "dlt645.h"
  7. #include "dlt645_port.h"
  8. bool WaitForUpData(char *dmaBuffer);
  9. void Read_Data();
  10. extern ring_buffer mqttRecv;
  11. extern uint8_t protocol;
  12. void parseMQTTData(GATEWAY_PARAMS *gateway);
  13. void dlt645_read(GATEWAY_PARAMS *gateway);
  14. //void WaitForUpData232(void);
  15. #endif /* MAIN_H */