zaari / nmea-parser

Rust NMEA 0183 sentence parser for AIS and GNSS messages.
Apache License 2.0
40 stars 25 forks source link

Usage example on incomplete sentence #43

Open redeexpressos opened 4 months ago

redeexpressos commented 4 months ago

From https://docs.rs/nmea-parser/latest/nmea_parser/enum.ParsedMessage.html#variant.Incomplete

The given sentence is only part of multi-sentence message and we need more data to create the actual result. State is stored in NmeaParser object.

Any example on how to use the parse a multi-sentence message?