CORDET Framework - C2 Implementation
|
The structure for an error report. More...
Data Fields | |
CrFwRepErrCode_t | errCode |
The error code. | |
CrFwTypeId_t | typeId |
The type identifier of the component which generates the error report. | |
CrFwInstanceId_t | instanceId |
The instance identifier of the component which generates the error report. | |
CrFwCounterU1_t | par [CR_FW_ERR_REP_PAR_SIZE] |
The parameters associated to the error report. | |
The structure for an error report.
Note that error reports may have a variable number of error parameters of various types (the number and type and parameters depends on the type of error). This implementation assumes that the parameters allocated to the error report do not take more than CR_FW_ERR_REP_PAR_SIZE bytes of memory.
Definition at line 53 of file CrFwRepErr.c.