Replies: 1 comment 1 reply
-
Currently internal control functions do not receive messages from other internal control functions. Mostly this was a choice we made during development of the CAN stack because there are far more efficient ways to communicate within the same process that aren't 8 byte CAN, frames haha. It would be possible I think for us to allow this kind of thing to work, but I think you might be the first person to ask about it. What is your use case like/why are you interested in doing that? I am curious |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I want to register two internal control functions in the same executable. From what I can see it is no problem to register them both on the network using address claim. But when I want to send a broadcast message I can see that the message goes out on the bus but I don't get any callbacks back to my other control function. Is this a valid use case?
Beta Was this translation helpful? Give feedback.
All reactions