Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  • 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.
  • No labels