Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r313982ccc772f1bbe182877dff7e00381b04e0f4 -r724b64673b719eaac10b0c9dd839ad9675274911 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 724b64673b719eaac10b0c9dd839ad9675274911) @@ -45,7 +45,7 @@ U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) BOOL areInletWaterConditionsAlarmsActive( void ); // checks water inlet pressure, temperature and conductivity alarms. -BOOL requestDDStart( void ); // TD requests DD start (go to generation dialysate mode) +BOOL requestDDPreGenStart( void ); // TD requests DD start (go to generation dialysate mode) BOOL requestBCSwitchingOnlyStart( void ); // request to start performing balancing chamber switching only without dosing/pressure validation void requestBCSwitchingOnlyStop( void ); // request to stop balancing chamber switching only without dosing/pressure validation @@ -54,7 +54,7 @@ BOOL startDDHeatDisinfectActiveCool( void ); DD_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. -BOOL testDDstartGenDialysateOverride( MESSAGE_T *message ); // Overide start gen dialysate mode +BOOL testDDstartPreGenDialysateOverride( MESSAGE_T *message ); // Overide start pre-gen dialysate mode /**@}*/