/************************************************************************** * * Copyright (c) 2019-2021 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 ConsumableSelfTest.h * * @author (last) Quang Nguyen * @date (last) 05-Mar-2021 * * @author (original) Quang Nguyen * @date (original) 05-Mar-2021 * ***************************************************************************/ #ifndef __CONSUMABLE_SELF_TEST_H__ #define __CONSUMABLE_SELF_TEST_H__ #include "HDCommon.h" #include "HDDefs.h" /** * @defgroup ConsumableSelfTest ConsumableSelfTest * @brief ConsumableSelfTest module. This module handles the user interaction for consumable self-test. * This module monitors DG while the consumable checks are being executed. * * @addtogroup ConsumableSelfTest * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initConsumableSelfTest( void ); void transitionToConsumableSelfTest( void ); void execConsumableSelfTest( void ); U32 getConsumableSelfTestState( void ); void signalUserConfirmConsumableInstall( void ); /**@}*/ #endif