Pico GPS Teseo
Loading...
Searching...
No Matches
gps_nmea_lib-src Directory Reference

Directories

 
nmea

Detailed Description

C++ library to parse NMEA GPS data

C++ parser builds objects from NMEA data strings.
Currently supports NMEA 3.1

Open Source GitHub License run unit tests

goals:

  • NMEA lib code does not need to know what the target microcontroller is.
  • NMEA lib does not depend on your communication layer or GPS driver, as long as it serves data in NMEA format.

1: C++ parser library for NMEA GPS data - pt. 1: ideas, concepts, early design
2: C++ parser library for NMEA GPS data - pt. 2: parse replies with repeating info
3: C++ parser library for NMEA GPS data - pt. 3: utility class, example use and wrap-up

Requires a toolchain that supports C++ modules. Tested with CMake 3.26 and GCC 14.2.1