[Interest] [QtSerialBus] [CAN] Blocking API planned?

André Hartmann andre.hartmann at iseg-hv.de
Mon Apr 11 09:13:04 CEST 2016


Hi all,

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.

Is there already something planned in this direction?

Best regards,
Andre



More information about the Interest mailing list