gnss-sdr/src/algorithms/tracking/adapters
Carles Fernandez 76805e5fe9
Prefer initialization to assignment in constructors
2021-12-15 02:48:18 +01:00
..
CMakeLists.txt Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into vtl_experimental 2021-01-01 14:22:43 +01:00
beidou_b1i_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
beidou_b1i_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
beidou_b3i_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
beidou_b3i_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
galileo_e1_dll_pll_veml_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
galileo_e1_dll_pll_veml_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
galileo_e1_dll_pll_veml_tracking_fpga.cc fixed the Galileo E1 channel allocation when using the FPGA 2021-05-19 09:15:32 +02:00
galileo_e1_dll_pll_veml_tracking_fpga.h Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
galileo_e1_tcp_connector_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
galileo_e1_tcp_connector_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
galileo_e5a_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
galileo_e5a_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
galileo_e5a_dll_pll_tracking_fpga.cc Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
galileo_e5a_dll_pll_tracking_fpga.h Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
galileo_e5b_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
galileo_e5b_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
galileo_e6_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
galileo_e6_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
glonass_l1_ca_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
glonass_l1_ca_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
glonass_l2_ca_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
glonass_l2_ca_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l1_ca_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
gps_l1_ca_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l1_ca_dll_pll_tracking_fpga.cc Apply clang-tidy check: readability-string-compare 2021-02-11 13:37:32 +01:00
gps_l1_ca_dll_pll_tracking_fpga.h Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
gps_l1_ca_dll_pll_tracking_gpu.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
gps_l1_ca_dll_pll_tracking_gpu.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l1_ca_kf_tracking.cc Prefer initialization to assignment in constructors 2021-12-15 02:48:18 +01:00
gps_l1_ca_kf_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l1_ca_kf_vtl_tracking.cc First working version of a complete 5 state Kalman filter for both carrier and code tracking, tested with GPS L1 CA 1ms integration. 2020-09-21 21:34:39 +02:00
gps_l1_ca_kf_vtl_tracking.h First working version of a complete 5 state Kalman filter for both carrier and code tracking, tested with GPS L1 CA 1ms integration. 2020-09-21 21:34:39 +02:00
gps_l1_ca_tcp_connector_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
gps_l1_ca_tcp_connector_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l2_m_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
gps_l2_m_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l2_m_dll_pll_tracking_fpga.cc Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
gps_l2_m_dll_pll_tracking_fpga.h Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
gps_l5_dll_pll_tracking.cc Avoid segmentation fault if the Tracking item_type is not defined for the given implementation 2021-01-26 14:01:28 +01:00
gps_l5_dll_pll_tracking.h Apply more concise file header format 2020-12-30 13:35:06 +01:00
gps_l5_dll_pll_tracking_fpga.cc Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00
gps_l5_dll_pll_tracking_fpga.h Use the Galileo E1 FPGA tracking multicorrelators for the GPS L1 C/A channels if not enough GPS L1 C/A tracking multicorrelators are present in the FPGA. This selection is done automatically only if the GPS L1 C/A channels are assigned to the GPS L1 C/A FPGA tracking multicorrelators (this may not be the case when testing). 2021-02-10 18:43:11 +01:00