Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r39841b84f399b7b3233822942c39efba24ffcd12 -r99b0c8f1ff9f9319f68e5043cd8c007e317a05c0 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 39841b84f399b7b3233822942c39efba24ffcd12) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 99b0c8f1ff9f9319f68e5043cd8c007e317a05c0) @@ -23,6 +23,7 @@ #include "Fans.h" #include "FluidLeak.h" #include "Heaters.h" +#include "ModeFlush.h" #include "ModeHeatDisinfect.h" #include "MsgQueues.h" #include "NVDataMgmt.h" @@ -114,6 +115,9 @@ // MSG_ID_DG_VOLTAGES_DATA BOOL broadcastVoltagesData( VOLTAGES_DATA_PAYLOAD_T data ); +// MSG_ID_DG_FLUSH_DATA +BOOL broadcastFlushData( MODE_FLUSH_DATA_T *flushData ); + // MSG_ID_DG_COMMAND_RESPONSE void sendCommandResponseMsg( DG_CMD_RESPONSE_T *cmdResponsePtr ); @@ -317,6 +321,9 @@ // MSG_ID_DG_RO_PUMP_TARGET_PRESSURE_OVERRIDE void handleROPumpTargetPressureOverride( MESSAGE_T *message ); +// MSG_ID_DG_START_STOP_FLUSH +BOOL handleStartStopDGFlush( MESSAGE_T *message ); + // MSG_ID_DG_START_STOP_HEAT_DISINFECT BOOL handleStartStopDGHeatDisinfect( MESSAGE_T *message );