Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r4151ee46ace3cc66b6b7c0f276040889fe0d75e6 -r161a56481d1a194704b63a5fd55d4c5583fa94df --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 4151ee46ace3cc66b6b7c0f276040889fe0d75e6) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 161a56481d1a194704b63a5fd55d4c5583fa94df) @@ -561,6 +561,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