Index: App/Modes/ModeInitPOST.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r9ff8753b0d546369f99230b572454a8e38b0705a --- App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 9ff8753b0d546369f99230b572454a8e38b0705a) @@ -1,26 +1,28 @@ /*********************************************************************** -* -* 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 -* -*************************************************************************/ + * + * 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 ModeInitPOST.h + * + * @date 19-Sep-2019 + * @author S. Nash + * + * @brief Header file for Initialization and POST Mode. + * + *************************************************************************/ #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) +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) +BOOL isPOSTCompleted( void ); +BOOL isPOSTPassed( void ); #endif