Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -ra14bc308c72272ce0275d263cf010c90d8a37355 -r48ca7fd644c67920acc29a80b7af379d0a134d1a --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision a14bc308c72272ce0275d263cf010c90d8a37355) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) @@ -42,21 +42,18 @@ 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) +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 idle mode) -BOOL signalAbortWaterSampling( void ); // TD signal to abort water sampling. 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 startDDROPermeateSample( void ); // TD start RO permeate sample +BOOL testDDstartGenDialysateOverride( MESSAGE_T *message ); // Overide start gen dialysate mode -BOOL testSetFilterFlushTimePeriodOverride( U32 value ); // set filter flush time period override. -BOOL testResetFilterFlushTimePeriodOverride( void ); // reset filter flush time period override. - /**@}*/ #endif