ChkCreate_UndefinedMessageReceived, ChkStart_UndefinedMessageReceived
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dword ChkCreate_UndefinedMessageReceived (char [] CaplCallback); // form 1dword ChkStart_UndefinedMessageReceived (char [] CaplCallback); // form 2
Constructor
TestCheck::CreateUndefinedMessageReceived (char [] CaplCallback); // form 1 TestCheck::StartUndefinedMessageReceived (char [] CaplCallback); // form 2Check Name
Messages KnownDescription
Observes the current bus and reports messages that are not defined. If the CANoe configuration contains multiple buses, the current bus context has to be specified (SetBusContext) before the check configuration. For FlexRay either only valid data frames or PDUs (according to the database type) are recognized as communication. Null Frames and Erroneous frames are ignored. Note on FlexRay PDU For a FlexRay PDU database this check also ignores all received frames!- For a PDU database only PDUs are considered.
- For a FlexRay PDU database this test makes no sense, because only those PDUs, which are defined in the database, can be retrieved from frames.
- There cannot exist PDUs that are not defined in the database! Therefore, for a PDU database this check will always pass.
Parameters
- CaplCallback: 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