ChkCreate_InconsistentRxDLC, ChkStart_InconsistentRxDLC
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dword ChkCreate_InconsistentRxDLC(Node aNode, char [] aCallback);dword ChkStart_InconsistentRxDLC(Node aNode, char [] aCallback);
Constructor
TestCheck::CreateInconsistentRxDLC(Node aNode, char [] aCallback);TestCheck::StartInconsistentRxDLC(Node aNode, char [] aCallback);
Check Name
DLCDescription
Checks the DLC of all Rx messages of a node. The check condition is violated if the DLC of the message does not agree with the DLC specified in the database. Can only be started in the “on start” area of CAPL or during the measurement. However, the check may be set up as early as in the “pre start” area. Note: Dependent on the used parameter type the appropriate bus context in a multibus environment has only to be set before the function is called if the corresponding database object will be ambiguous. Further information on site MultiBus Environment.Parameters
- aNode: Must exist in the database.
- aCallback: This parameter must be specified in simulation nodes; it is optional in test modules.
Return Values
- 0: Check could not be created and may not be referenced.
- > 0: Check was created successfully and can be referenced with the help of the returned (Handle) value.
Possible Errors
- Specified node object does not exist in the database.
- CAPL Callback does not exist.