Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3d8da969460b0a8d118cd1f4ccc4883b5436f730 -r4b528a5706b6d1c8661b00dcd45c39cf8db9a0f6 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3d8da969460b0a8d118cd1f4ccc4883b5436f730) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 4b528a5706b6d1c8661b00dcd45c39cf8db9a0f6) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Michael Garthwaite -* @date (last) 15-Aug-2023 +* @date (last) 21-Aug-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -131,6 +131,9 @@ // MSG_ID_DG_START_STOP_TRIMMER_HEATER_CMD BOOL handleDGStartStopTrimmerHeater( MESSAGE_T *message ); +//MSG_ID_DG_PARK_CONCENTRATE_PUMPS +void handleParkConecentratePumpsCmd( MESSAGE_T *message ); + // MSG_ID_HD_START_STOP_TRIMMER_HEATER_CMD void handleHDStartStopTrimmerHeaterCmd( MESSAGE_T *message ); @@ -523,6 +526,12 @@ // MSG_ID_DG_RAM_STATUS_OVERRIDE void handleTestDGRAMStatusOverrideRequest( MESSAGE_T* message ); +// MSG_ID_DG_CAN_RECEIVE_ACK_MESSAGE_OVERRIDE +void handleTestDGPendingACKOverrideRequest( MESSAGE_T* message ); + +// MSG_ID_DG_RESERVOIR_BROADCAST_INTERVAL_OVERRIDE +void handleTestDGReservoirOverrideRequest( MESSAGE_T* message); + /**@}*/ #endif