See: Description
| Class | Description |
|---|---|
| NmeaReader |
Reads a NMEA 0183 file.
|
| NmeaReader.NMEAParserState |
| Enum | Description |
|---|---|
| NmeaReader.GGA | |
| NmeaReader.GLL | |
| NmeaReader.GSA | |
| NmeaReader.RMC | |
| NmeaReader.VTG | |
| Sentence |
An NMEA sentence consists of a start delimiter, followed by a comma-separated sequence of fields,
followed by the character * (ASCII 42), the checksum and an end-of-line marker.
|
| TalkerId |
Talker identifiers mnemonics are the first two characters at the beginning of each sentence.
|
See NMEA Revealed.