Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r129a1c2f4343bc85efdb4767c2dec35e4ba8ce98 -rbf3ba65cafc8cbfb34e03d9fb2fc248069a8addb --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 129a1c2f4343bc85efdb4767c2dec35e4ba8ce98) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision bf3ba65cafc8cbfb34e03d9fb2fc248069a8addb) @@ -1,3 +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 OperationModes.h +* +* @author (last) Sean +* @date (last) 15-Nov-2024 +* +* @author (original) Sean +* @date (original) 15-Nov-2024 +* +***************************************************************************/ #ifndef __OP_MODES_H__ #define __OP_MODES_H__ @@ -34,6 +50,9 @@ RO_OP_MODE_T getPreviousOperationMode( void ); // Get the previous operation mode U32 getCurrentSubMode( void ); // Get the current sub-mode +void setCurrentSubState( U32 subState ); // Set the current substate. +void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. + /**@}*/ #endif