Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r482f4465ccdb813922de506bf780e29f4fb2f84b --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 482f4465ccdb813922de506bf780e29f4fb2f84b) @@ -40,7 +40,7 @@ static DATA_ARRAY_GET_PROTOTYPE( BOOL, getAlarmActive, alarmID ); /*********************************************************************//** - * @brief initAlarmMgmt + * @brief * The initAlarmMgmt function initializes the AlarmMgmt module. * @details * Inputs : none @@ -62,7 +62,7 @@ } /*********************************************************************//** - * @brief execAlarmMgmt + * @brief * The execAlarmMgmt function executes the alarm management module. * @details * Inputs : none @@ -75,7 +75,7 @@ } /*********************************************************************//** - * @brief activateAlarm + * @brief * The activateAlarm function activates a given alarm. * @details * Inputs : none @@ -102,7 +102,7 @@ } /*********************************************************************//** - * @brief activateAlarmNoData + * @brief * The activateAlarmNoData function activates a given alarm. An alarm message * is broadcast to the rest of the system. * @details @@ -134,7 +134,7 @@ } /*********************************************************************//** - * @brief activateAlarm1Data + * @brief * The activateAlarm1Data function activates a given alarm. An alarm message * is broadcast to the rest of the system. This function will include given * data in the broadcast message for logging. @@ -168,7 +168,7 @@ } /*********************************************************************//** - * @brief activateAlarm2Data + * @brief * The activateAlarm2Data function activates a given alarm. An alarm message * is broadcast to the rest of the system. This function will include * two given data in the broadcast message for logging. @@ -203,7 +203,7 @@ } /*********************************************************************//** - * @brief clearAlarm + * @brief * The clearAlarm function clears a given alarm if it is recoverable. * An alarm message is broadcast to the rest of the system. * @details @@ -242,7 +242,7 @@ } /*********************************************************************//** - * @brief isAlarmActive + * @brief * The isAlarmActive function determines whether a given alarm is currently active. * @details * Inputs : alarmIsActive[] @@ -258,7 +258,7 @@ } /*********************************************************************//** - * @brief getAlarmActive + * @brief * The getAlarmActive function gets the active state of a given alarm. * @details * Inputs : alarmIsActive[]