1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
gnss-sdr/src/algorithms/libs
2018-12-03 11:12:10 +01:00
..
opencl Fix typos detected by codespell 2018-03-25 19:47:28 +02:00
rtklib Fix building 2018-12-03 10:12:38 +01:00
volk_gnsssdr_module/volk_gnsssdr Add style improvements to CMake scripts 2018-11-25 10:32:21 +01:00
byte_x2_to_complex_byte.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
byte_x2_to_complex_byte.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
CMakeLists.txt Make cmakelint happier 2018-11-24 18:40:34 +01:00
complex_byte_to_float_x2.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
complex_byte_to_float_x2.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
complex_float_to_complex_byte.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
complex_float_to_complex_byte.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_cc.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_cc.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_ic.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_ic.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_sc.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
conjugate_sc.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
cshort_to_float_x2.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
cshort_to_float_x2.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
galileo_e1_signal_processing.cc Fix defects detected by XCode 2018-11-23 16:28:28 +01:00
galileo_e1_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
galileo_e5_signal_processing.cc Fix defects detected by XCode 2018-11-23 16:28:28 +01:00
galileo_e5_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
geofunctions.cc Fix defects detected by Coverity Scan 2018-11-08 15:34:58 +01:00
geofunctions.h Adding the Hotstart telecommand implementation to predict visible satellites for GPS and Galileo constellations 2018-11-05 17:53:53 +01:00
glonass_l1_signal_processing.cc Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
glonass_l1_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
glonass_l2_signal_processing.cc Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
glonass_l2_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gnss_circular_deque.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
gnss_sdr_create_directory.cc Improve tracking dump saving 2018-10-30 00:47:12 +01:00
gnss_sdr_create_directory.h Improve tracking dump saving 2018-10-30 00:47:12 +01:00
gnss_sdr_flags.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
gnss_sdr_flags.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
gnss_sdr_fpga_sample_counter.cc added control of the FPGA PL counter interrupt (using a level interrupt). 2018-08-14 14:04:00 +02:00
gnss_sdr_fpga_sample_counter.h added control of the FPGA PL counter interrupt (using a level interrupt). 2018-08-14 14:04:00 +02:00
gnss_sdr_sample_counter.cc Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199 2018-08-10 20:34:03 +02:00
gnss_sdr_sample_counter.h Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199 2018-08-10 20:34:03 +02:00
gnss_sdr_time_counter.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
gnss_sdr_time_counter.h Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199 2018-08-10 20:34:03 +02:00
gnss_sdr_valve.cc Restore old behavior to gnss_valve if the same constructor is used (Fix tests) 2018-11-18 13:29:54 +01:00
gnss_sdr_valve.h Restore old behavior to gnss_valve if the same constructor is used (Fix tests) 2018-11-18 13:29:54 +01:00
gnss_signal_processing.cc Avoid variable length arrays and other minor fixes 2018-08-16 14:16:43 +02:00
gnss_signal_processing.h Avoid variable length arrays and other minor fixes 2018-08-16 14:16:43 +02:00
gps_l2c_signal.cc Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_l2c_signal.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_l5_signal.cc Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_l5_signal.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
gps_sdr_signal_processing.cc Fix defects detected by XCode 2018-11-23 16:28:28 +01:00
gps_sdr_signal_processing.h Add more extensive use of cstdint typenames 2018-08-13 10:18:05 +02:00
pass_through.cc clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html 2018-12-03 11:12:10 +01:00
pass_through.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
short_x2_to_cshort.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
short_x2_to_cshort.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00