Index: PersistentAlarm.h =================================================================== diff -u -r07779aa6f22d6e376b83d3e4002b9d7bd5890e35 -r55d6c97f2ce3636c21b235c7a0a4ac3715f5226e --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 07779aa6f22d6e376b83d3e4002b9d7bd5890e35) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision 55d6c97f2ce3636c21b235c7a0a4ac3715f5226e) @@ -63,9 +63,10 @@ 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 ); +void checkFPGAPersistentAlarms( FPGA_PERSISTENT_ALARMS_GROUP_T group, U32 errorCount, U32 readCount ); /**@}*/