In order to not miss any CAN messages the eventloop in the main application has to get called at high frequency. Its hard to find a usefull delay value. To avoid this, the receiving part can tell the delaying funtion that there is data which may be needed to be processed in the event loop.
Implemented data event
In order to not miss any CAN messages the eventloop in the main application
has to get called at high frequency. Its hard to find a usefull delay value.
To avoid this, the receiving part can tell the delaying funtion that there
is data which may be needed to be processed in the event loop.