Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with 'ReceiverTypes.BUFFER_RECEIVER'. #116

Open
GoogleCodeExporter opened this issue Apr 21, 2015 · 1 comment
Open

Issue with 'ReceiverTypes.BUFFER_RECEIVER'. #116

GoogleCodeExporter opened this issue Apr 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Acknowledged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant