Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rb13018664f3d4fe4786a0c4200304f84a6e742ca -rca8a4a4cf6d2c59d9296c3abdf314765550a2624 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision b13018664f3d4fe4786a0c4200304f84a6e742ca) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision ca8a4a4cf6d2c59d9296c3abdf314765550a2624) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Vinayakam Mani -* @date (last) 02-May-2024 +* @author (last) Dara Navaei +* @date (last) 24-Oct-2024 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -467,7 +467,7 @@ BOOL sendDGParkConcentratePumpsCommand( void ); // MSG_ID_DG_START_STOP_HEAT_DISINFECT -BOOL sendDGStartHeatDisinfectModeCommand( BOOL start ); +BOOL sendDGStartHeatDisinfectActiveCoolModeCommand( BOOL start ); // MSG_ID_DG_START_STOP_CHEM_DISINFECT BOOL sendDGStartChemicalDisinfectModeCommand( BOOL start ); @@ -547,7 +547,7 @@ void handleSendChemFlushPassFailToDG( U32 status ); // MSG_ID_DG_START_STOP_HEAT_DISINFECT_ACTIVE_COOL -BOOL sendDGStopActiveCoolModeCommand( void ); +BOOL sendDGStopActiveCoolModeCommand( BOOL start ); // MSG_ID_DG_START_STOP_RO_PERMEATE_SAMPLE_MODE_CMD_REQUEST BOOL sendDGStartStopDGROPermeateSampleModeCommand( BOOL start ); @@ -564,6 +564,9 @@ // MSG_ID_UI_HD_RESET_IN_SERVICE_MODE_REQUEST void handleUIHDResetInServiceModeRequest( MESSAGE_T* message ); +// MSG_ID_DG_START_STOP_PASSIVE_COOL_HEAT_DISINFECT +BOOL sendDGStartHeatDisinfectPassiveCoolModeCommand( BOOL start ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -1030,6 +1033,15 @@ // MSG_ID_HD_SET_INSTITUTIONAL_RECORD void handleSetHDInstitutionalRecord( MESSAGE_T *message ); +// MSG_ID_HD_BLOOD_LEAK_EMB_MODE_INFO_VALUES_OVERRIDE +void handleBloodLeakEmbModeInfoValuesOverride( MESSAGE_T* message ); + +// MSG_ID_HD_BLOOD_LEAK_INTENSITY_MVG_AVERAGE_OVERRIDE +void handleBloodLeakIntensityMovingAverageOverride( MESSAGE_T* message ); + +// MSG_ID_HD_BLOOD_LEAK_ZEROING_INTERVAL_IN_MINS_OVERRIDE +void handleBloodLeakZeroingIntervalInMinutesOverride( MESSAGE_T* message ); + /**@}*/ #endif