Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
5.7.0 Alpha
-
None
Description
right now the CAN bus API provides the signals framesReceived() and
framesWritten().
For some cases, it's easier to have a thread that blocks until an event
occurs. Therefore, the additional functions
bool waitForFramesReceived(int msecs)
bool waitForFramesWritten(int msecs)
could be useful.