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

Status not set when processing 367_22 in ais8_to_pydict in ais_py.cpp. #215

Open
andyvan-trabus opened this issue Sep 7, 2021 · 0 comments

Comments

@andyvan-trabus
Copy link
Contributor

I noticed while added processing for 367_33 that the following lines call ais8_367_22_append_pydict but don't set status to AIS_OK, which means that the message processing will appear to fail:

case 367: // United states.
switch (msg.fi) {
case 22: // USCG Area Notice 2012 (v5?).
ais8_367_22_append_pydict(nmea_payload, dict, pad);
break;

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

No branches or pull requests

1 participant