From dd7a52c93bf2a6949b69b8f76db831bc6fc0f610 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 6 Mar 2019 21:54:39 +0100 Subject: [PATCH] Fix headers --- src/algorithms/PVT/libs/hybrid_ls_pvt.cc | 2 +- src/algorithms/PVT/libs/hybrid_ls_pvt.h | 2 +- .../adapters/beidou_b1i_pcps_acquisition.cc | 2 +- .../adapters/beidou_b1i_pcps_acquisition.h | 4 +-- ...ileo_e1_pcps_ambiguous_acquisition_fpga.cc | 7 +++-- ...lileo_e1_pcps_ambiguous_acquisition_fpga.h | 14 ++++----- .../galileo_e5a_pcps_acquisition_fpga.h | 14 +++++---- .../gps_l1_ca_pcps_acquisition_fpga.h | 10 +++---- .../gps_l2_m_pcps_acquisition_fpga.cc | 14 ++++----- .../adapters/gps_l2_m_pcps_acquisition_fpga.h | 29 +++++++++---------- .../adapters/gps_l5i_pcps_acquisition_fpga.cc | 3 +- .../adapters/gps_l5i_pcps_acquisition_fpga.h | 20 ++++++------- .../pcps_acquisition_fine_doppler_cc.cc | 2 +- .../pcps_acquisition_fine_doppler_cc.h | 2 +- src/algorithms/acquisition/libs/acq_conf.h | 2 +- .../libs/galileo_e5_signal_processing.h | 2 +- src/algorithms/libs/rtklib/rtklib_stream.h | 4 +-- .../adapters/custom_udp_signal_source.cc | 3 +- .../adapters/custom_udp_signal_source.h | 3 +- .../galileo_e1_dll_pll_veml_tracking_fpga.h | 13 ++++----- .../galileo_e5a_dll_pll_tracking_fpga.h | 4 +-- .../gps_l2_m_dll_pll_tracking_fpga.cc | 4 +-- .../adapters/gps_l2_m_dll_pll_tracking_fpga.h | 12 ++++---- .../adapters/gps_l5_dll_pll_tracking_fpga.cc | 2 +- .../adapters/gps_l5_dll_pll_tracking_fpga.h | 7 +++-- src/core/system_parameters/Beidou_B1I.h | 2 +- src/core/system_parameters/Galileo_E5a.h | 2 +- .../system_parameters/gps_cnav_utc_model.cc | 2 +- .../system_parameters/gps_cnav_utc_model.h | 2 +- .../common-files/observable_tests_flags.h | 2 +- .../system-tests/libs/position_test_flags.h | 2 +- .../libs/true_observables_reader.h | 2 +- 32 files changed, 97 insertions(+), 98 deletions(-) diff --git a/src/algorithms/PVT/libs/hybrid_ls_pvt.cc b/src/algorithms/PVT/libs/hybrid_ls_pvt.cc index de9d70b4e..e114cc560 100644 --- a/src/algorithms/PVT/libs/hybrid_ls_pvt.cc +++ b/src/algorithms/PVT/libs/hybrid_ls_pvt.cc @@ -1,5 +1,5 @@ /*! - * \file galileo_e1_ls_pvt.cc + * \file hybrid_ls_pvt.cc * \brief Implementation of a Least Squares Position, Velocity, and Time * (PVT) solver, based on K.Borre's Matlab receiver. * \author Javier Arribas, 2011. jarribas(at)cttc.es diff --git a/src/algorithms/PVT/libs/hybrid_ls_pvt.h b/src/algorithms/PVT/libs/hybrid_ls_pvt.h index 79313c92b..4409d4bba 100644 --- a/src/algorithms/PVT/libs/hybrid_ls_pvt.h +++ b/src/algorithms/PVT/libs/hybrid_ls_pvt.h @@ -1,5 +1,5 @@ /*! - * \file galileo_e1_ls_pvt.h + * \file hybrid_ls_pvt.h * \brief Interface of a Least Squares Position, Velocity, and Time (PVT) * solver, based on K.Borre's Matlab receiver. * \author Javier Arribas, 2011. jarribas(at)cttc.es diff --git a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.cc b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.cc index 6c95c26a6..c8ecc37b3 100644 --- a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.cc +++ b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.cc @@ -8,7 +8,7 @@ * * ------------------------------------------------------------------------- * - * Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2018 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software defined Global Navigation * Satellite Systems receiver diff --git a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h index 334aff555..f01b6abdf 100644 --- a/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h +++ b/src/algorithms/acquisition/adapters/beidou_b1i_pcps_acquisition.h @@ -1,5 +1,5 @@ /*! - * \file beidou_bi1_pcps_acquisition.h + * \file beidou_b1i_pcps_acquisition.h * \brief Adapts a PCPS acquisition block to an AcquisitionInterface for * Beidou B1I signals * \authors