Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -rbce6e6d1cfb6e8a0b186419416460ead3a44e5e1 -r363b26b9ab427b7e39e505425c1b15e0584669cb --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision bce6e6d1cfb6e8a0b186419416460ead3a44e5e1) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 363b26b9ab427b7e39e505425c1b15e0584669cb) @@ -33,20 +33,19 @@ // ********** public definitions ********** - - // ********** public function prototypes ********** void initTDInterface( void ); void execTDInterfaceMonitor( void ); BOOL handleDialysateDeliveryRequestMsg( MESSAGE_T *message ); +BOOL handlePreGenDialysateRequestMsg( MESSAGE_T *message ); void setTDOpMode( U32 opMode, U32 subMode ); void setTDDialysateFlowrate( F32 dialFlowrate ); void setTDUFRate( F32 ufRate ); void setTDTargetDialysateTemperature( F32 dialTemperature ); -void setTDDialyzerBypass( F32 dialBypass ); +void setTDDialyzerBypass( BOOL dialBypass ); void setTDAcidAndBicarbType( U32 acid, U32 bicarb ); U32 getTDSubMode( void ); F32 getTDDialysateFlowrate( void );