Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -rabe1c4a42afb385a660381e48bd007331f60950c -r60e6185c2c5df195ccb6b603f30548779b4f05c4 --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision abe1c4a42afb385a660381e48bd007331f60950c) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 60e6185c2c5df195ccb6b603f30548779b4f05c4) @@ -45,13 +45,13 @@ void setTDDialysateFlowrate( F32 dialFlowrate ); void setTDUFRate( F32 ufRate ); void setTDTargetDialysateTemperature( F32 dialTemperature ); -void setTDDialyzerBypass( BOOL dialBypass ); +void setTDRequestedGenDState( U32 genDialysateState ); void setTDAcidAndBicarbType( F32 acidConvFactor, F32 bicarbConvFactor, U32 sodium, U32 bicarbonate ); U32 getTDSubMode( void ); F32 getTDDialysateFlowrate( void ); F32 getTDUFRate( void ); F32 getTDTargetDialysateTemperature( void ); -BOOL getTDDialyzerBypass( void ); +U32 getTDRequestedGenDState( void ); F32 getTDAcidConversionFactor( void ); F32 etTDBicarbConversionFactor( void ); U32 getTDSodiumConcentration( void );