Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r401c4027b0e59182771f0c620465b34579f203f5 -r08aa1ee4a1cc79526979153fa4759e1df3892203 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 401c4027b0e59182771f0c620465b34579f203f5) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 08aa1ee4a1cc79526979153fa4759e1df3892203) @@ -543,6 +543,19 @@ /*********************************************************************//** * @brief + * The doesAlarmStatusIndicateStop function determines whether any currently + * active alarm has stop property. + * @details Inputs: alarmStatus + * @details Outputs: none + * @return TRUE if any active alarm has stop property, FALSE if not + *************************************************************************/ +BOOL doesAlarmStatusIndicateStop( void ) +{ + return alarmStatus.stop; +} + +/*********************************************************************//** + * @brief * The getCurrentAlarmStatePriority function determines the current alarm * state priority (NONE, LOW, MEDIUM, or HIGH). * @details Inputs: alarmStatus