We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the fix in the documentation of RMC sentences #57 we've realized there are missing parts of the parsing of those sentences.
In particular the parsing of parts after the date is missing, i.e.:
Magnetic Variation, degrees E or W FAA mode indicator (NMEA 2.3 and later) Nav Status (NMEA 4.1 and later) A = autonomous, D = differential, E = Estimated, M = Manual input mode, N = not valid, S = Simulator, V = Valid
E
W
A
D
M
N
S
V
Make sure to test for all fields variations, more specifically 3 different versions of the sentence:
The text was updated successfully, but these errors were encountered:
RMC
Fixed in #66
Sorry, something went wrong.
No branches or pull requests
After the fix in the documentation of RMC sentences #57 we've realized there are missing parts of the parsing of those sentences.
In particular the parsing of parts after the date is missing, i.e.:
Parsing that is missing
Testing
Make sure to test for all fields variations, more specifically 3 different versions of the sentence:
The text was updated successfully, but these errors were encountered: