Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -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 /**@}*/