1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 01:43:20 +00:00
gnss-sdr/src/algorithms/PVT/libs
2012-01-25 01:57:28 +00:00
..
gps_l1_ca_ls_pvt.cc Acquisition, Tracking and TelemetryDecoder blocks now use Gnss_Satellite class and have access to know what parameters have to use. Algorithms are not system-related anymore. 2012-01-20 23:28:11 +00:00
gps_l1_ca_ls_pvt.h The class gps_navigation_message is now Gps_Navigation_Message, following the coding style. 2012-01-12 00:47:32 +00:00
jamfile.jam Now the software recognizes the satellite block to which the SV belongs. 2012-01-10 08:43:58 +00:00
kml_printer.cc Class kml_printer is now Kml_Printer, following the coding style. 2012-01-13 00:22:47 +00:00
kml_printer.h Added implementation of plain cordic class in tracking/libs. Added a corresponding test. The implementation is slower than standard sin and cos implementations, so it is not used in the receiver. The test will fail otherwise, indicating that this should be used instead of standard functions. 2012-01-25 01:57:28 +00:00
rinex_printer.cc Class kml_printer is now Kml_Printer, following the coding style. 2012-01-13 00:22:47 +00:00
rinex_printer.h Rinex_Printer now prints observable data in 2.11 format. Still experimental. 2012-01-12 05:47:50 +00:00