Open topic with navigation CAPL Functions » General » Function Overview » gmLanIdDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
gmLanId
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dword gmLanId (dbMsg aMessage, dword aSourceId); // form 1dword gmLanId (dbMsg aMessage, Node aTxNode); // form 2
Description
This function can be used to create a message ID for a GMLAN message. In addition to the message, you must specify the transmission node or its source ID. The message ID returned can be used, for example, to wait for a specific GMLAN message with the TestWaitForMessage function.Parameters
- aMessage: GMLAN message for which a message ID is to be created.
- aSourceId: Source ID of the node to be coded as the transmission node in the message ID.
- aTxNode: Node to be coded as the transmission node in the message ID.