Versions Compared

Key

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

CanSigCreate()

Description

This function checks, if a free CAN signal is available. If so, this signal is set in front of the used list and initialized with the configured signal data.

Prototype

CPU_INT16SINT16S CanSigCreate(CANSIG_PARA  *cfg);

Parameter

Meaning

cfg

Configuration of CAN signal

...