zhaopuming / quickfast

Automatically exported from code.google.com/p/quickfast
Other
1 stars 0 forks source link

Issue with 'ReceiverTypes.BUFFER_RECEIVER'. #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 anton.ya...@phystech.edu on 6 Mar 2013 at 9:04

Attachments:

GoogleCodeExporter commented 9 years ago
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 dale.wil...@gmail.com on 29 Mar 2013 at 8:02