quickfast icon indicating copy to clipboard operation
quickfast copied to clipboard

Issue with 'ReceiverTypes.BUFFER_RECEIVER'.

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

I`m trying to read fast messages from memory buffer. I use 
'ReceiverTypes.BUFFER_RECEIVER' for this purpose. 
When memory buffer contains only one fast message everything is OK. But when 
there are more than one message, first one is decoded OK and then I receive the 
error:
"Decode error: [ERR D2] Unsigned Integer Field overflow... Field: NoMDEntries"

I tried to set reset field as 'true' but it did not help.
Template file in attach.

Can anyone help my?

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 9:04

Attachments:

GoogleCodeExporter avatar Apr 21 '15 11:04 GoogleCodeExporter

Use the echo options on the DataSource to echo data to a file as it is being 
decoded.  That might help you determine what QuickFAST is doing when it sees 
the overflow.

Dale

Original comment by [email protected] on 29 Mar 2013 at 8:02

  • Changed state: Acknowledged

GoogleCodeExporter avatar Apr 21 '15 11:04 GoogleCodeExporter