资 源 简 介
(update: added GPGSA Parsing 2009.02.13)
Parses raw NMEA GPS data and loads it into an OOP library.
Originally built so that I could read GPS data from a robot with a GPS component in it.
Currently parses the following NMEA sentences:
* GPGGA - Fixed GPS Data
* GPGSV - Satellites in View Data
* GPRMC - Recommended Minimum GPS Data
* GPGSA - DOP and Active Satellies (Added 2009.02.13)
Other sentence support to follow. You can also add it yourself, very easily, just look at the other NMEA sentences. If you"d like me to add a specific sentence parsing, drop me a line at b at wowzer dot net. it only takes 30 minutes or so to add an test a new sentence parser.
To use, reference the DLL, and then:
GpsReading gpsReading = GpsReading.Parse("[Raw NMEA Data]");
Sentence mappings are:
GPRMC:
gpsReading.Summary