Index: AlarmMgmt.c =================================================================== diff -u -r2801d97e877dd78189aa891e80a2f7cf60a6a2b7 -r70a7331db2fcde56b3e47816fa57f5209c66c5f8 --- AlarmMgmt.c (.../AlarmMgmt.c) (revision 2801d97e877dd78189aa891e80a2f7cf60a6a2b7) +++ AlarmMgmt.c (.../AlarmMgmt.c) (revision 70a7331db2fcde56b3e47816fa57f5209c66c5f8) @@ -59,7 +59,7 @@ for ( a = ALARM_ID_NO_ALARM; a < NUM_OF_ALARM_IDS; a++ ) { alarmIsActive[ a ] = FALSE; - alarmIsDetected[ a ] = FALSE;; + alarmIsDetected[ a ] = FALSE; } } @@ -102,7 +102,7 @@ * @details \b Alarm: ALARM_ID_XX_SOFTWARE_FAULT if given alarm index is invalid. * @details \b Inputs: ALARM_RANK_TABLE[] * @details \b Outputs: none - * @param index index to alarm range table (lower index = lower rank number = higher rank) + * @param index index to alarm rank table (lower index = lower rank number = higher rank) * @return Alarm rank record for given alarm index *************************************************************************/ ALARM_RANK_T getAlarmRank( U32 index ) @@ -134,7 +134,7 @@ * The activateAlarm function activates a given alarm. * @details \b Alarm: Given alarm is activated if not already. * @details \b Alarm: ALARM_ID_XX_SOFTWARE_FAULT if given alarm ID is invalid. - * @details \b Inputs: none + * @details \b Inputs: alarmIsActive[], alarmIsDetected[], ALARM_TABLE[] * @details \b Outputs: alarmIsActive[], alarmStartedAt[], alarmStatus is updated * @param alarm ID of alarm to activate * @return none @@ -310,7 +310,7 @@ * @brief * The isAlarmActive function determines whether a given alarm is currently * active. - * @details \b Alarm: ALARM_ID_TD_SOFTWARE_FAULT if given alarm ID is invalid. + * @details \b Alarm: ALARM_ID_XX_SOFTWARE_FAULT if given alarm ID is invalid. * @details \b Inputs: alarmIsActive[] * @details \b Outputs: none * @param alarm ID of alarm to check active status for