Index: firmware/App/Modes/ModePreTreat.h =================================================================== diff -u -r818d96fff963c707f5e2cb5aae7bf16f23e4b08a -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision 818d96fff963c707f5e2cb5aae7bf16f23e4b08a) +++ firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 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 ModePreTreat.h * -* @author (last) Dara Navaei -* @date (last) 05-Jun-2022 +* @author (last) Sean Nash +* @date (last) 01-Sep-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -59,6 +59,9 @@ void setUserSetUFVolumeStatus( BOOL status ); // Set status that indicates UF volume setting has been set void signalUserConfirmPatientConnection( void ); // Signal that user confirms patient connection has been completed void signalUserStartTreatment( void ); // Signal that user requests to start treatment +void signalAllowDGFlushFills( void ); // Signal that indicates the HD may begin flush fills at DG +void signalAllowDGFillRes1( void ); // Signal that indicates the HD may begin filling reservoir 1 (after flushes completed) +void signalAllowDGFillRes2( void ); // Signal that indicates the HD may begin filling reservoir 2 (after flushes completed) void signalAlarmActionToPreTreatmentMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for pre-treatment mode