You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your works. I want to have one input here. The Navigational status 0 is legal and it indicate "Under way using engine". Hence, the check statement of AddNavStatus() of "NMEA0183AISMessages.cpp" (line 385) should include the case 0.
Thanks for your works. I want to have one input here. The Navigational status 0 is legal and it indicate "Under way using engine". Hence, the check statement of AddNavStatus() of "NMEA0183AISMessages.cpp" (line 385) should include the case 0.
(NavStatus >= 0 && NavStatus <= 15 )? iTemp = NavStatus : iTemp = 15;
Regards, Li-Ren
The text was updated successfully, but these errors were encountered: