intrepidcs / libicsneo

An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application.
Other
37 stars 32 forks source link

Question about how to use libicsneo - runtime change of callback filter #20

Open chris-elfpen opened 4 years ago

chris-elfpen commented 4 years ago

I'm just getting start with libicsneo. I compiled the c++ example program successfully.

I am now trying to extend the example program. I successfully added a filter to the callback function.

Now I want to change the filter at runtime according to received CAN message contents. I cannot discover any way to modify the filter arbID.

Is there a technique to modify the filter at runtime?