You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add auto-modifying cyclic tasks
* Make sure self.modifier_callback exists
* Don't break socketcan
Added modifier_callback arguments where necessary,
and changed MRO of sockercan's CyclicSendTask to
match that of the fallback.
* Remove __init__ from ModifiableCyclicTaskABC
This makes several changes to socketcan in previous commits
unnecessary. These changes are also removed.
* Forgot some brackets...
* Reformatting by black
* modifier_callback should change one message per send
* Forgot to change type hint
* fix CI
* use mutating callback, adapt SocketcanBus and ixxat, add test
* improve docstring
* fix ixxat imports
---------
Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com>
Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
0 commit comments