Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r3970ba21aa2500f662620ef3d4b3e1e7a48fc47a -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 3970ba21aa2500f662620ef3d4b3e1e7a48fc47a) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2023 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 OperationModes.h * -* @author (last) Sean Nash -* @date (last) 22-May-2023 +* @author (last) Michael Garthwaite +* @date (last) 14-Jun-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -54,6 +54,7 @@ GENERIC_CONFIRM_ID_T addConfirmationRequest( GENERIC_CONFIRM_ID_T requestID, GENERIC_CONFIRM_COMMAND_T requestType, U32 rejectReason ); // Add a new confirmation request void setCurrentSubState( U32 subState ); // Set the current substate. void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. +void sendOperationStatusEvent( void ); // Constructs and sends operation status event BOOL testSetOperationMode( HD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetOpModePublishIntervalOverride( U32 ms );