Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ability to unsubscribe #3

Open
3 tasks
t-bre opened this issue Feb 4, 2023 · 1 comment
Open
3 tasks

feat: add ability to unsubscribe #3

t-bre opened this issue Feb 4, 2023 · 1 comment
Labels
feature New feature or request
Milestone

Comments

@t-bre
Copy link
Member

t-bre commented Feb 4, 2023

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.
@t-bre t-bre added the feature New feature or request label Feb 4, 2023
@t-bre t-bre added this to the STAG 9 milestone Feb 8, 2023
@t-bre
Copy link
Member Author

t-bre commented Feb 10, 2023

This will probably be needed by sufst/vcu when implementing its configuration protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant