Versions Compared

Key

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

Deleting a CAN Signal

To reconfigure a CAN signal, the signal must be cleared with the corresponding signal identifier.Deleting a CAN signal

  • The function CanSigDelete() is called with the unique CAN signal identifier. This identifier is returned from CanSigCreate() and shall be used to access CAN signal objects.
  • After checking, that the CAN signal object is in use, the signal will be cleared.
  • The signal is moved from the used list to the free list.
  • This function cannot be used in case CANSIG_STATIC_CONFIG is enabled.