/************************************************************************** * * Copyright (c) 2019-2019 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__ // ********** private function prototypes ********** void initOpParamsMode( void ); // initialize this module void transitionToOpParamsMode( void ); // prepares for transition to operating parameters mode void execOpParamsMode( void ); // execute the operating parameters mode state machine (call from OperationModes) #endif