Index: firmware/App/Modes/ModeService.h =================================================================== diff -u -r30f049651877229042e3f8700c8596e5b9a1e0f4 -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/ModeService.h (.../ModeService.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) +++ firmware/App/Modes/ModeService.h (.../ModeService.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2019-2020 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 ModeService.h +* @file ModeService.h * -* @author (last) Sean Nash -* @date (last) 29-May-2020 +* @author (last) Dara Navaei +* @date (last) 12-Nov-2021 * -* @author (original) Dara Navaei -* @date (original) 05-Nov-2019 +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 * ***************************************************************************/ @@ -29,10 +29,10 @@ * @{ */ -// ********** private function prototypes ********** +// ********** public function prototypes ********** void initServiceMode( void ); // Initialize this module -void transitionToServiceMode( void ); // Prepares for transition to service mode +U32 transitionToServiceMode( void ); // Prepares for transition to service mode U32 execServiceMode( void ); // Execute the service mode state machine (call from OperationModes) void signalAlarmActionToServiceMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Service mode