Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -r4fb1e15d35f6b968bab5620909c30baec98bfd4e --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 4fb1e15d35f6b968bab5620909c30baec98bfd4e) @@ -22,10 +22,10 @@ #include "DDDefs.h" /** - * @defgroup DGStandbyMode DGStandbyMode + * @defgroup DDStandbyMode DDStandbyMode * @brief Standby mode module. Manages standby mode functions via a state machine. * - * @addtogroup DGStandbyMode + * @addtogroup DDStandbyMode * @{ */ @@ -45,18 +45,18 @@ U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) void waterSampleCommandHandler( SAMPLE_WATER_CMD_T sampleWaterCmd ); // handle water sample command -BOOL requestDGStart( void ); // HD requests DG start (go to generation idle mode) +BOOL requestDDStart( void ); // HD requests DD start (go to generation idle mode) BOOL signalAbortWaterSampling( void ); // HD signal to abort water sampling. -BOOL startDGFlush( void ); // HD start flush mode -BOOL startDGHeatDisinfect( void ); // HD start heat disinfect mode -BOOL startDGHeatDisinfectActiveCool( void ); -DG_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. +BOOL startDDFlush( void ); // HD start flush mode +BOOL startDDHeatDisinfect( void ); // HD start heat disinfect mode +BOOL startDDHeatDisinfectActiveCool( void ); +DD_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. -BOOL startDGChemicalDisinfect( void ); // HD start chemical disinfect mode -BOOL startDGChemicalDisinfectFlush( void ); // HD start chemical disinfect flush mode +BOOL startDDChemicalDisinfect( void ); // HD start chemical disinfect mode +BOOL startDDChemicalDisinfectFlush( void ); // HD start chemical disinfect flush mode -BOOL startDGROPermeateSample( void ); // HD start RO permeate sample +BOOL startDDROPermeateSample( void ); // HD start RO permeate sample BOOL testSetFilterFlushTimePeriodOverride( U32 value ); // set filter flush time period override. BOOL testResetFilterFlushTimePeriodOverride( void ); // reset filter flush time period override.