Index: firmware/App/Modes/ModeGenIdle.h =================================================================== diff -u -reb57e092118ff2f79ba7cb48c551bacd01ad8aef -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 --- firmware/App/Modes/ModeGenIdle.h (.../ModeGenIdle.h) (revision eb57e092118ff2f79ba7cb48c551bacd01ad8aef) +++ firmware/App/Modes/ModeGenIdle.h (.../ModeGenIdle.h) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-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 ModeGenIdle.h * * @author (last) Michael Garthwaite -* @date (last) 08-Nov-2022 +* @date (last) 07-Aug-2023 * * @author (original) Quang Nguyen * @date (original) 06-Aug-2021 @@ -48,7 +48,9 @@ void setBadAvgConductivityDetectedFlag( BOOL badAvgConducitivyflag ); // used by fill mode to signal idle mode of bad average conductivity DG_GEN_IDLE_MODE_STATE_T getCurrentGenIdleState( void ); // get the current state of generation idle mode +DG_GEN_IDLE_MODE_BAD_FILL_STATE_T getCurrentGenIdleBadFillState( void ); // get the current bad fill state +BOOL getCurrentBadFillSignal( void ); // get the current bad fill signal BOOL requestDGStop( void ); // HD requests DG stop (go back to standby mode) BOOL testSetGenIdleSubstatesPublishIntervalOverride( U32 value );