/*********************************************************************** * * Copyright Diality, Inc. 2019-2020. All Rights Reserved. * 181 Technology, Ste. 150 * Irvine, CA 92618 * * Project Denali * * @file ModeInitPOST.h * * @brief Header file for Initialization and POST Mode. * * @date 19-Sep-2019 * *************************************************************************/ #ifndef __MODE_INIT_POST_H__ #define __MODE_INIT_POST_H__ // ********** private function prototypes ********** void initInitAndPOSTMode( void ); // initialize this module void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode void execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) #endif