Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -r99e330b5b872f68fdf2d842bd0597e54044d9ba9 -rd9abd635c7ca0e2f3d393f9568125df23b4d43bc --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 99e330b5b872f68fdf2d842bd0597e54044d9ba9) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision d9abd635c7ca0e2f3d393f9568125df23b4d43bc) @@ -241,6 +241,34 @@ /*********************************************************************//** * @brief + * The getBicarbDoseVol function gets the bicarb dose volume + * @details \b Inputs: bicarbDoseVolume + * @details \b Outputs: none + * @return TRUE if successful, FALSE if not. + *************************************************************************/ +F32 getBicarbDoseVol( void ) +{ + F32 result = getF32OverrideValue( &bicarbDoseVolume ); + + return result; +} + +/*********************************************************************//** + * @brief + * The getAcidDoseVol function gets acid mix volume + * @details \b Inputs: acidDoseVolume + * @details \b Outputs: none + * @return TRUE if successful, FALSE if not. + *************************************************************************/ +F32 getAcidDoseVol( void ) +{ + F32 result = getF32OverrideValue( &acidDoseVolume ); + + return result; +} + +/*********************************************************************//** + * @brief * The applyBalChamberSwitchingPeriod function applies the active balancing * chamber switching time based on the provided dialysis flow rate. * @details \b Inputs: Dialysis flow rate.