This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Implement time, altitude functions and GLL latitude function #1
Labels
enhancement
New feature or request
As of now, the functions to return time and altitude are unimplemented and just return an error code when called:
R24-Test-NMEA0183-Parser/gps.c
Lines 77 to 82 in 0393acf
Also, the
gll_get_lat_lon
implementation is just a stub:R24-Test-NMEA0183-Parser/gps.c
Lines 157 to 159 in ce16573
gps_get_time
andgps_get_altitude
for bothGLL
andGGA
sentences usinggps_get_lat_lon
's implementation as a reference.gll_get_lat_lon
Also write tests against the implementation and place then in the
tests
directory.The text was updated successfully, but these errors were encountered: