Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r129a1c2f4343bc85efdb4767c2dec35e4ba8ce98 -r9ad496e4c3a54e96402afd66955be575bdaa3f57 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 129a1c2f4343bc85efdb4767c2dec35e4ba8ce98) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 9ad496e4c3a54e96402afd66955be575bdaa3f57) @@ -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 requestROStart( void ); +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