Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r2df21d2472a8d79d78af7e359518acf3614accc5 -ra1daba982e3117ce45437384e770b50cfda7b7a7 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 2df21d2472a8d79d78af7e359518acf3614accc5) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision a1daba982e3117ce45437384e770b50cfda7b7a7) @@ -1,18 +1,19 @@ /************************************************************************** - * - * Copyright (c) 2019-2020 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 ModePreTreat.c - * - * @date 19-Sep-2019 - * @author S. Nash - * - * @brief Top-level state machine for the pre-treatment mode. - * - *************************************************************************/ +* +* Copyright (c) 2019-2020 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 ModePreTreat.c +* +* @author (last) Sean Nash +* @date (last) 29-May-2020 +* +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 +* +***************************************************************************/ #include "AlarmLamp.h" #include "BloodFlow.h" @@ -26,36 +27,34 @@ static U32 start; #endif - /** - * @addtogroup HDPreTreatmentMode - * @{ - */ +/** + * @addtogroup HDPreTreatmentMode + * @{ + */ // ********** private data ********** // ********** private function prototypes ********** -/************************************************************************* - * @brief initPreTreatmentMode +/*********************************************************************//** + * @brief * The initPreTreatmentMode function initializes the Pre-Treatment Mode module. * @details * Inputs : none * Outputs : Pre-Treatment Mode module initialized. - * @param none * @return none *************************************************************************/ void initPreTreatmentMode( void ) { } -/************************************************************************* - * @brief transitionToPreTreatmentMode - * The transitionToPreTreatmentMode function prepares for transition to \n +/*********************************************************************//** + * @brief + * The transitionToPreTreatmentMode function prepares for transition to * pre-treatment mode. * @details * Inputs : none - * Outputs : - * @param none + * Outputs : none * @return none *************************************************************************/ void transitionToPreTreatmentMode( void ) @@ -72,13 +71,12 @@ #endif } -/************************************************************************* - * @brief execPreTreatmentMode +/*********************************************************************//** + * @brief * The execFaultMode function executes the Pre-Treatment Mode state machine. * @details * Inputs : none - * Outputs : - * @param none + * Outputs : none * @return current state (sub-mode) *************************************************************************/ U32 execPreTreatmentMode( void )