Deleting a CAN Signal
To reconfigure a CAN signal, the signal must be cleared with the corresponding signal identifier.
Figure - Deleting a CAN message
- The function
CanSigDelete()
is called with the unique CAN signal identifier. This identifier is returned fromCanSigCreate()
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.