gnss-sdr/src/algorithms/tracking/adapters
Carles Fernandez d1713af027
Make clang-format happy
2022-11-25 08:03:29 +01:00
..
CMakeLists.txt Rename GPS_L1_CA_KF_VTL_Tracking to GPS_L1_CA_KF_Tracking 2022-08-30 12:03:41 +02:00
beidou_b1i_dll_pll_tracking.cc Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fix std::copy usage, replace more memcpy by std::copy 2022-06-14 09:31:35 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fix std::copy usage, replace more memcpy by std::copy 2022-06-14 09:31:35 +02: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 Make clang-format happy 2022-11-25 08:03:29 +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_gaussian_tracking.cc Rename GPS_L1_CA_KF_Tracking implementation to GPS_L1_CA_Gaussian_Tracking 2022-08-30 11:30:53 +02:00
gps_l1_ca_gaussian_tracking.h Rename GPS_L1_CA_KF_Tracking implementation to GPS_L1_CA_Gaussian_Tracking 2022-08-30 11:30:53 +02:00
gps_l1_ca_kf_tracking.cc Rename GPS_L1_CA_KF_VTL_Tracking to GPS_L1_CA_KF_Tracking 2022-08-30 12:03:41 +02:00
gps_l1_ca_kf_tracking.h Rename GPS_L1_CA_KF_VTL_Tracking to GPS_L1_CA_KF_Tracking 2022-08-30 12:03:41 +02:00
gps_l1_ca_tcp_connector_tracking.cc Make clang-format happy 2022-11-25 08:03:29 +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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fix std::copy usage, replace more memcpy by std::copy 2022-06-14 09:31:35 +02: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 Fixes binary on ArchLinux (Fixes: #616) 2022-06-13 21:05:29 +02: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 Fix std::copy usage, replace more memcpy by std::copy 2022-06-14 09:31:35 +02: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