#ifndef __MODE_PRE_TREAT_H__ #define __MODE_PRE_TREAT_H__ #include "TDCommon.h" #include "TDDefs.h" /** * @defgroup TDPreTreatmentMode HDPreTreatmentMode * @brief Pre-TreatmentMode module. * * @addtogroup TDPreTreatmentMode * @{ */ // ********** public function prototypes ********** void initPreTreatmentMode( void ); // Initialize this module U32 transitionToPreTreatmentMode( void ); // Prepares for transition to pre-treatment mode U32 execPreTreatmentMode( void ); // Execute the pre-treatment mode state machine (call from OperationModes) /**@}*/ #endif