/************************************************************************** * * 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 ModeOpParams.h * * @date 19-Sep-2019 * @author S. Nash * * @brief Header file for Operating Parameters Mode. * **************************************************************************/ #ifndef __MODE_OP_PARAMS_H__ #define __MODE_OP_PARAMS_H__ #include "HDCommon.h" #include "HDDefs.h" /** * @defgroup HDTreatmentParamsMode HDTreatmentParamsMode * @brief Treatment parameters mode module. * * @addtogroup HDTreatmentParamsMode * @{ */ // ********** private function prototypes ********** void initTreatParamsMode( void ); // initialize this module void transitionToTreatParamsMode( void ); // prepares for transition to treatment parameters mode U32 execTreatParamsMode( void ); // execute the treatment parameters mode state machine (call from OperationModes) /**@}*/ #endif