Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r129a1c2f4343bc85efdb4767c2dec35e4ba8ce98 -rf8bdb3ff260a42f46e178d08979758789db7c307 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 129a1c2f4343bc85efdb4767c2dec35e4ba8ce98) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f8bdb3ff260a42f46e178d08979758789db7c307) @@ -1,4 +1,19 @@ - +/************************************************************************** +* +* Copyright (c) 2024-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) Michael Garthwaite +* @date (last) 28-Feb-2025 +* +* @author (original) Michael Garthwaite +* @date (original) 28-Feb-2025 +* +***************************************************************************/ #ifndef __MODE_STANDBY_H__ #define __MODE_STANDBY_H__ @@ -21,7 +36,12 @@ void initStandbyMode( void ); // Initialize this unit U32 transitionToStandbyMode( void ); // Prepares for transition to standby mode U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) +BOOL signalROStart( void ); // Signal the system to start RO water +RO_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. + +BOOL testROstartGenPermeateOverride( MESSAGE_T *message ); // Overide start gen permeate mode + /**@}*/ #endif