ChkStart_LINReconfRequestFormatViolation
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dword ChkStart_LINReconfRequestFormatViolation ();dword ChkStart_LINReconfRequestFormatViolation (char[] CaplCallback);
Constructor
TestCheck::StartLINReconfRequestFormatViolationTestCheck::StartLINReconfRequestFormatViolation ();TestCheck::StartLINReconfRequestFormatViolation (char[] CaplCallback);
Description
Checks the format of LIN reconfiguration requests. An event will be generated if in a detected reconfiguration request at least one Slave attribute is violated. Note:- As reconfiguration request considered frames with ID=0x3C, carrying the Service Identifier byte (SID) in the range [0xB0..0xB7]
- Checked attributes: NAD, supplier ID, function ID, variant ID, message ID, protected ID, StartIndex.
Parameters
- CaplCallback: Name of CAPL callback function to be called on generated event. In simulation nodes this parameter has to be set. In test modules this parameter is optional.
Return Values
- 0: Check could not be created and must not be referenced
- > 0: Check was created successfully and may be referenced using the returned (handle-) value.
Possible Errors
- CAPL callback does not exist