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
Is there any way that I can assign an isotp callback to a mailbox filter?
Similar to how I would assign a custom callback per mailbox?
Could this capability be developed?
I am making requests to multiple nodes, and while two of them always have the same ID and can retain the same set of callbacks/response code, one of them (the ECU) varies with up to six different response parsing options and would be easier for me to manage if I can isolate the response logic into separate callbacks per node, as at the moment everything is in one isotp callback, and I need to copy the entire logic between each ECU variant which is prone to mistakes and is taking up memory
The text was updated successfully, but these errors were encountered:
david-res
changed the title
Allow isoTP implementation per mailbox
Allow isotp implementation per mailbox
Jan 3, 2023
Got it.
So ideally a smaller user defined iso tp buffer per MB would be ideal for me.
It just makes it easier code wise to reconfig the mb callback/buffer rather than having to maintain multiple versions of the isotp rx callback that contain handlers for multiple IDs
Is there any way that I can assign an isotp callback to a mailbox filter?
Similar to how I would assign a custom callback per mailbox?
Could this capability be developed?
I am making requests to multiple nodes, and while two of them always have the same ID and can retain the same set of callbacks/response code, one of them (the ECU) varies with up to six different response parsing options and would be easier for me to manage if I can isolate the response logic into separate callbacks per node, as at the moment everything is in one isotp callback, and I need to copy the entire logic between each ECU variant which is prone to mistakes and is taking up memory
The text was updated successfully, but these errors were encountered: