Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r6679a2cd813b21a8cb4c58b3eeb721e0eef9a10b -r67731d57db9a620418b3b848d8f75ff204902c36 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 6679a2cd813b21a8cb4c58b3eeb721e0eef9a10b) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 67731d57db9a620418b3b848d8f75ff204902c36) @@ -43,17 +43,16 @@ void initStandbyMode( void ); // initialize this unit U32 transitionToStandbyMode( void ); // prepares for transition to standby mode 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 BOOL startDDFlush( void ); // TD start flush mode BOOL startDDHeatDisinfect( void ); // TD start heat disinfect mode 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 - /**@}*/ #endif