Mbed library to handle GPS data reception and parsing
Dependents: GPS_U-blox_NEO-6M_Code
Features
- All positionning parameters are contained into a global data structure.
- Automatic nema string parsing and data structure update.
- GSA,GGA,VTG and RMC
- Convert latitude and longitude to decimal value.
- Converts latittude,longitude and altitude to ECEF coordinates.
Planed developement
- Test library for RTOS use.
- Complete the nema parsing decoders (couple of parameters are not parsed yet and not present in the data structure).
- Add conversion tool to get ENU coordinates.
Revisions of Decoders/GPRMCdecoder.hpp
Revision | Date | Message | Actions |
---|---|---|---|
3:20f8faf2ad18 | 2016-02-15 | Code refactor. Replace usage of strtok_r() with a custom version to fix parsing issues when the token is empty. | File Diff Annotate |
0:0c1aa5906cef | 2014-08-06 | Renamed library | File Diff Annotate |