gnss-sdr/src/algorithms/PVT/libs
Carles Fernandez 9bfef0e05a Fix CMake scripts to use Ninja https://ninja-build.org/
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -GNinja .. && ninja
2017-06-21 08:54:47 +02:00
..
CMakeLists.txt Fix CMake scripts to use Ninja https://ninja-build.org/ 2017-06-21 08:54:47 +02:00
geojson_printer.cc Removing unused code 2016-01-11 00:50:09 +01:00
geojson_printer.h Removing unused code 2016-01-11 00:50:09 +01:00
hybrid_ls_pvt.cc Add work on the PVT block 2017-04-27 15:07:44 +02:00
hybrid_ls_pvt.h Migration of the internal LS PVT solver to RTKLIB solver in progress. First working version for GPS L1. Removing SBAS duplicated code. 2017-04-20 16:10:12 +02:00
kml_printer.cc Remove tabs from the source code 2016-05-02 23:46:30 +02:00
kml_printer.h working on the printers: added time tag to KML and GeoJSON names, some 2015-11-22 14:43:52 +01:00
ls_pvt.cc Code cleaning 2017-02-06 19:48:52 +01:00
ls_pvt.h Adding Bancroft's algorithm implementation for PVT initialization 2017-01-27 19:21:51 +01:00
nmea_printer.cc fixing interface 2015-11-25 14:03:59 +01:00
nmea_printer.h Remove tabs from the source code 2016-05-02 23:46:30 +02:00
pvt_solution.cc Improving robustness of the GPS L1 telemetry decoder. This change prevents the random position fix losses due to an incorrect TOW update. Some log mesages cleaning 2017-02-15 10:56:41 +01:00
pvt_solution.h Adding Bancroft's algorithm implementation for PVT initialization 2017-01-27 19:21:51 +01:00
rinex_printer.cc Migration of the internal LS PVT solver to RTKLIB solver in progress. First working version for GPS L1. Removing SBAS duplicated code. 2017-04-20 16:10:12 +02:00
rinex_printer.h Migration of the internal LS PVT solver to RTKLIB solver in progress. First working version for GPS L1. Removing SBAS duplicated code. 2017-04-20 16:10:12 +02:00
rtcm_printer.cc Catch exceptions when stopping the rtcm server 2017-01-14 15:43:34 +01:00
rtcm_printer.h Add generation of RTCM messages for more receiver configurations 2016-11-04 09:19:31 +01:00
rtklib_solver.cc Adding the path of Galileo E5 observations to RTKLIB solver. Some bug fixes. Work with Galileo in progress 2017-05-12 17:58:04 +02:00
rtklib_solver.h Code cleaning 2017-05-08 21:30:41 +02:00