The problem is in the function QS_rxHandleGoodFrame_(), which calls QS_rxReportDone_(QS_RX_EVENT) immediately after publishing an event, and then again at the end of the function. This generates the output “Trg-Done QS_RX_EVENT” twice.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem is in the function
QS_rxHandleGoodFrame_(), which callsQS_rxReportDone_(QS_RX_EVENT)immediately after publishing an event, and then again at the end of the function. This generates the output “Trg-Done QS_RX_EVENT” twice.Fixed in QP/C/C++ 6.5.1.
--MMS