<OnAfdxError> (Callback)
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
NoteThis callback must be implemented in the CAPL program by the user to use the function AfdxSetErrorHandler.
Function Syntax
Description
This callback is called when an AFDX Error Event is received.Parameters
- timestamp: time stamp of the error event in ns
- channel: channel number of the error event
- errorType:
- 0: AfdxError
- 1: AfdxWarning
- 2: AfdxInfo
- errorText: error text of the error event
- errorAttributes: error attributes of the error event
- The attribute string has the following format: DataType;LineHeader;LineData
- DataType is
- S: String
- I: Integer
- D: Double