Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r78cee9347b3766ac7c14d413ed848be758c7e9cd -r3f2b9de757500da37e0ed8881e4e906d94f3076c --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 78cee9347b3766ac7c14d413ed848be758c7e9cd) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 3f2b9de757500da37e0ed8881e4e906d94f3076c) @@ -256,7 +256,7 @@ { if ( DG_RECIRCULATE_MODE_STATE_RECIRC_WATER == dgSubMode ) { - cmdStartDGDrain( DRAIN_RESERVOIR_TO_VOLUME_ML, FALSE ); + cmdStartDGDrain( DRAIN_RESERVOIR_TO_VOLUME_ML, TRUE ); } } else if ( DG_MODE_DRAI == dgOpMode ) @@ -543,6 +543,18 @@ /*********************************************************************//** * @brief + * The getDialysateTemperature function gets the latest dialysate temperature. + * @details Inputs: dgDialysateTemp + * @details Outputs: none + * @return the current dialysate temperature + *************************************************************************/ +F32 getDialysateTemperature( void ) +{ + return dgDialysateTemp; +} + +/*********************************************************************//** + * @brief * The getDGDisinfectsStates function returns the DG disinfects readings. * @details Inputs: none * @details Outputs: disinfectsStatus @@ -554,8 +566,8 @@ } /*********************************************************************//** - * The getReservoirWeight function gets the load cell weight of a given - * reservoir. + * @brief + * The getReservoirWeight function gets the load cell weight of a given reservoir. * @details Inputs: loadCellWeightInGrams[] * @details Outputs: none * @param resID ID of reservoir to get weight for