Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Writing a CAN Message

When a CAN message was received via the CAN bus, the content can be distributed to the linked CAN signals.Writing a CAN message

 

  1. The function CanMsgWrite() is called with the unique CAN message identifier and a CAN frame.
  2. The function checks, that the given CAN message is in use.
  3. The function uses the CanFrmGet() and CanSigWrite() to get the mapped data out of the given CAN frame and write it to the mapped CAN signals.