Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r794e32744dade6f664237cb7610ec327687a8da5 -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 794e32744dade6f664237cb7610ec327687a8da5) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -33,10 +33,11 @@ // ********** public function prototypes ********** -void initOperationModes( void ); // initialize this module -void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) -void requestNewOperationMode( HD_OP_MODE_T newMode ); // request a transition to a new operation mode -HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode +void initOperationModes( void ); // initialize this module +void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) +void requestNewOperationMode( HD_OP_MODE_T newMode ); // request a transition to a new operation mode +HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode +void initiateAlarmAction( ALARM_ACTION_T action ); // initiate an alarm or alarm recovery action according to current op mode /**@}*/