/************************************************************************** * * 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 ModeDrain.h * * @date 19-Sep-2019 * @author L. Baloa * * @brief Header file for Drain Mode. * **************************************************************************/ #ifndef __MODE_DRAIN_H__ #define __MODE_DRAIN_H__ #include "DGCommon.h" // ********** private function prototypes ********** void initDrainMode( void ); // initialize this module void transitionToDrainMode( void ); // prepares for transition to operating parameters mode void execDrainMode( void ); // execute the drain mode state machine #endif