Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r43949bb09b178239911c2e46c6555bc31289090f -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 43949bb09b178239911c2e46c6555bc31289090f) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file ModeStandby.h * -* @author (last) Dara Navaei -* @date (last) 16-Feb-2023 +* @author (last) Sean Nash +* @date (last) 26-Jun-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -38,6 +38,7 @@ U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) BOOL signalUserInitiateTreatment( void ); // User has initiated a treatment - go to treatment parameters mode +void signalNoDisinfectRequired( void ); // User has aborted a treatment prior to introduction of blood - no disinfect required afterward void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Standby mode BOOL signalUserInitiateFlushMode( void ); BOOL signalUserInitiateHeatDisinfectMode( void );