Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -31,11 +31,12 @@ // ********** public function prototypes ********** -void initStandbyMode( void ); // initialize this module -void transitionToStandbyMode( void ); // prepares for transition to standby mode -U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) +void initStandbyMode( void ); // initialize this module +void transitionToStandbyMode( void ); // prepares for transition to standby mode +U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) -BOOL signalUserStartingTreatment( void ); // User has initiated a treatment - go to treatment parameters mode +BOOL signalUserStartingTreatment( void ); // User has initiated a treatment - go to treatment parameters mode +void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for Standby mode /**@}*/