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