Open
Description
Description
Add the ability to unsubscribe from a CAN message.
Requirements
- Create
rtcan_unsubscribe()
function in public API. - Remove subscriber entry from subscriber hashmap.
- Consume any messages in the subscription queue which match the given CAN ID, or delegate this responsibility to the user in some way.