Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r98eaa905f2487013d5e9af76bf064f872332c2fe -r5d8530d242d8065178eab9e3e5d8e4561b790e01 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 98eaa905f2487013d5e9af76bf064f872332c2fe) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 5d8530d242d8065178eab9e3e5d8e4561b790e01) @@ -22,6 +22,7 @@ #include "DrainPump.h" #include "Fans.h" #include "FluidLeak.h" +#include "ModeFlush.h" #include "MsgQueues.h" #include "Reservoirs.h" #include "ROPump.h" @@ -103,6 +104,9 @@ // MSG_ID_DG_FLUID_LEAK_STATE BOOL broadcastFluidLeakState( FLUID_LEAK_STATES_T state); +// MSG_ID_DG_FLUSH_DATA +BOOL broadcastFlushData( MODE_FLUSH_DATA_T *flushData ); + // MSG_ID_DG_COMMAND_RESPONSE void sendCommandResponseMsg( DG_CMD_RESPONSE_T *cmdResponsePtr ); @@ -276,6 +280,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 ); + /**@}*/ #endif