/**********************************************************************//** * * 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 TreatmentStop.h * * @date 15-Jan-2020 * @author S. Nash * * @brief Header file for Treatment Stop sub-mode. * **************************************************************************/ #ifndef __TREATMENT_STOP_H__ #define __TREATMENT_STOP_H__ #include "HDCommon.h" /** * @defgroup TreatmentStop TreatmentStop * @brief Treatment stop sub-mode of treatment mode. * * @addtogroup TreatmentStop * @{ */ // ********** private function prototypes ********** void initTreatmentStop( void ); void transitionToTreatmentStop( void ); void execTreatmentStop( void ); /**@}*/ #endif