Conversation
|
This doesn't really allow more than the two filters, right? |
|
As I interpreted the API docs, you can only set one filter per ID type, but I don't remember actually testing it. |
|
Yes, that's how I got that as well. I was just confused by the commit message "allow more than one filter for vector". Ah, but now I get how the bugfix works! |
|
From the vector doc I also understood, that only 1 filter per ID type is possible. Reading it again, it also could work with more than that... Anyway it is possible to pack multiple message IDs in one call of SetChannelAcceptance by combining them in the mask parameter:
|
|
Ah right: We could write an interface independent helper function that combines the masks, each for the extended and normal type. Then, we could send that to the driver, and signal in Do you by chance have time for that that as well? |
Closes 328.