Determines if a diagnostic log entry has a specific error log identifier.
#include <diag/diag_log.h> int dlog_same_elogId(dlEntry *dlogEntry,uint el_identifier)
The dlog_same_elogId subroutine determines if the specified entry has the same error log identifier as the given error log identifier.
| Parameter | Description |
|---|---|
| dlogEntry | Pointer to diagnostic log entry |
| el_identifier | Error log identifier |
If the entry has the same error log identifier, a value of 1 is returned. Otherwise, a value of 0 is returned.