Index: PersistentAlarm.h =================================================================== diff -u -r07779aa6f22d6e376b83d3e4002b9d7bd5890e35 -r7e186bb97310fb59f525e5399ec7a74711bea571 --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 07779aa6f22d6e376b83d3e4002b9d7bd5890e35) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision 7e186bb97310fb59f525e5399ec7a74711bea571) @@ -63,6 +63,7 @@ BOOL isPersistentAlarmTriggered( ALARM_ID_T alarmIndex, BOOL const isErrorOccurred ); BOOL isPersistentAlarmConditionCleared( ALARM_ID_T alarmIndex, BOOL const isErrorOccurred ); +BOOL checkPersistentAlarm( ALARM_ID_T alarm, BOOL isErrorOccured, F32 data, F32 limit ); void resetPersistentAlarmTimer( ALARM_ID_T alarmId ); void checkFPGAPersistentAlarms( FPGA_PERSISTENT_ALARMS_GROUP_T group, U32 errorCount, U32 readCount, U32 sensorIndex );