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

libticables & libticalcs: add events system ? #22

Closed
debrouxl opened this issue Nov 19, 2017 · 2 comments
Closed

libticables & libticalcs: add events system ? #22

debrouxl opened this issue Nov 19, 2017 · 2 comments
Milestone

Comments

@debrouxl
Copy link
Owner

Wild idea: firing typed events with parameters into callbacks when performing operations such as:

  • selecting calculator + cable;
  • switching communication protocol;
  • going to send a virtual packet / have received a full virtual packet;
  • going to send a raw packet / have sent a raw packet;
  • going to attempt receipt of a raw packet / have received a raw packet;
  • going to send a reset / sent a reset.

This will give better insight into the libraries' operation, for debugging purposes as well as packet dissection / manipulation (issue #12 - the event system imagined here could be used to implement it).

@debrouxl
Copy link
Owner Author

This was largely implemented a while ago, the code lives on the experimental2 branch.

@debrouxl debrouxl added this to the TILP II 1.19 milestone Jun 11, 2019
@debrouxl
Copy link
Owner Author

debrouxl commented Dec 6, 2020

The code now lives on the main branch.

@debrouxl debrouxl closed this as completed Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant