Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -rc6f3b01d1b0a5e3fdf480a7ee205ca349e10d6d2 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision c6f3b01d1b0a5e3fdf480a7ee205ca349e10d6d2) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -228,8 +228,8 @@ /************************************************************************* * @brief execAlarmMgmt - * The execAlarmMgmt function executes the alarm management functions to be \n - * done periodically. The composite alarm state is updated, alarm lamp and \n + * The execAlarmMgmt function executes the alarm management functions to be + * done periodically. The composite alarm state is updated, alarm lamp and * audio patterns are updated, and status is sent out to the rest of the system. * @details * Inputs : larmStatusTable[], alarmTable[] @@ -290,8 +290,8 @@ /************************************************************************* * @brief activateAlarmNoData - * The activateAlarmNoData function activates a given alarm. Also, an alarm \n - * message is broadcast to the rest of the system. This function will \n + * The activateAlarmNoData function activates a given alarm. Also, an alarm + * message is broadcast to the rest of the system. This function will * include given data in the broadcast message for logging. * @details * Inputs : none @@ -324,8 +324,8 @@ /************************************************************************* * @brief activateAlarm1Data - * The activateAlarm1Data function activates a given alarm. Also, an alarm \n - * message is broadcast to the rest of the system. This function will \n + * The activateAlarm1Data function activates a given alarm. Also, an alarm + * message is broadcast to the rest of the system. This function will * include given data in the broadcast message for logging. * @details * Inputs : none @@ -358,8 +358,8 @@ /************************************************************************* * @brief activateAlarm1Data - * The activateAlarm2Data function activates a given alarm. Also, an alarm \n - * message is broadcast to the rest of the system. This function will \n + * The activateAlarm2Data function activates a given alarm. Also, an alarm + * message is broadcast to the rest of the system. This function will * include two given data in the broadcast message for logging. * @details * Inputs : none @@ -393,7 +393,7 @@ /************************************************************************* * @brief clearAlarm - * The clearAlarm function clears a given alarm if it is recoverable. Also \n + * The clearAlarm function clears a given alarm if it is recoverable. Also * an alarm message is broadcast to the rest of the system. * @details * Inputs : none @@ -442,7 +442,7 @@ /************************************************************************* * @brief isAlarmActive - * The isAlarmActive function determines whether a given alarm is currently \n + * The isAlarmActive function determines whether a given alarm is currently * active. * @details * Inputs : alarmIsActive[] @@ -470,7 +470,7 @@ /************************************************************************* * @brief updateAlarmsState - * The updateAlarmsState function updates the alarms state and alarm to \n + * The updateAlarmsState function updates the alarms state and alarm to * display. * @details * Inputs : alarmStatusTable[] @@ -509,7 +509,7 @@ /************************************************************************* * @brief setAlarmLampAndAudio - * The setAlarmLampAndAudio function sets the alarm lamp and audio patterns \n + * The setAlarmLampAndAudio function sets the alarm lamp and audio patterns * according to the current state of alarms. * @details * Inputs : none @@ -684,7 +684,7 @@ /************************************************************************* * @brief updateAlarmsFlags - * The updateAlarmsFlags function updates the alarms flags of the alarms \n + * The updateAlarmsFlags function updates the alarms flags of the alarms * status record. * @details * Inputs : none @@ -739,7 +739,7 @@ /************************************************************************* * @brief resetAlarmPriorityFIFO - * The resetAlarmPriorityFIFO function resets a FIFO for a given alarm \n + * The resetAlarmPriorityFIFO function resets a FIFO for a given alarm * priority. * @details * Inputs : none @@ -762,7 +762,7 @@ /************************************************************************* * @brief getPublishAlarmStatusInterval - * The getPublishAlarmStatusInterval function gets the alarm status \n + * The getPublishAlarmStatusInterval function gets the alarm status * publication interval. * @details * Inputs : alarmStatusPublishInterval @@ -781,7 +781,7 @@ /************************************************************************* * @brief testSetAlarmStatusPublishIntervalOverride - * The testSetAlarmStatusPublishIntervalOverride function overrides the \n + * The testSetAlarmStatusPublishIntervalOverride function overrides the * alarm status publish interval. * @details * Inputs : none @@ -807,7 +807,7 @@ /************************************************************************* * @brief testResetAlarmStatusPublishIntervalOverride - * The testResetAlarmStatusPublishIntervalOverride function resets the override \n + * The testResetAlarmStatusPublishIntervalOverride function resets the override * of the alarm status publish interval. * @details * Inputs : none @@ -830,8 +830,8 @@ /************************************************************************* * @brief - * The testSetAlarmStateOverride function overrides the state of the \n - * alarm active state for a given alarm with the alarm management with \n + * The testSetAlarmStateOverride function overrides the state of the + * alarm active state for a given alarm with the alarm management with * a given active state. * @details * Inputs : none @@ -865,7 +865,7 @@ /************************************************************************* * @brief - * The testResetAlarmStateOverride function resets the override of the \n + * The testResetAlarmStateOverride function resets the override of the * state of the active state for a given alarm with the alarm management. * @details * Inputs : none @@ -891,8 +891,8 @@ /************************************************************************* * @brief testSetAlarmStartOverride - * The testSetAlarmStartOverride function overrides the start time \n - * for a given alarm with the alarm management with a given start time. \n + * The testSetAlarmStartOverride function overrides the start time + * for a given alarm with the alarm management with a given start time. * @details * Inputs : none * Outputs : alarmStartedAt[] @@ -924,7 +924,7 @@ /************************************************************************* * @brief testResetAlarmStartOverride - * The testResetAlarmStartOverride function resets the override of the \n + * The testResetAlarmStartOverride function resets the override of the * start time for a given alarm with the alarm management. * @details * Inputs : none