From a7699c20506375443ae22f5767dd3498d0345771 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 16 Feb 2021 17:15:48 +0100 Subject: [PATCH] Fix file headers --- src/algorithms/PVT/libs/serdes_galileo_eph.h | 16 ++++++++-------- src/algorithms/PVT/libs/serdes_gps_eph.h | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/algorithms/PVT/libs/serdes_galileo_eph.h b/src/algorithms/PVT/libs/serdes_galileo_eph.h index cea3dcac5..d8bf3b586 100644 --- a/src/algorithms/PVT/libs/serdes_galileo_eph.h +++ b/src/algorithms/PVT/libs/serdes_galileo_eph.h @@ -1,22 +1,22 @@ /*! - * \file serdes_monitor_pvt.h - * \brief Serialization / Deserialization of Monitor_Pvt objects using + * \file serdes_galileo_eph.h + * \brief Serialization / Deserialization of Galileo_Ephemeris objects using * Protocol Buffers - * \author Carles Fernandez-Prades, 2019. cfernandez(at)cttc.es + * \author Javier Arribas, 2021. jarribas(at)cttc.es * * ----------------------------------------------------------------------------- * * GNSS-SDR is a Global Navigation Satellite System software-defined receiver. * This file is part of GNSS-SDR. * - * Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) * SPDX-License-Identifier: GPL-3.0-or-later * * ----------------------------------------------------------------------------- */ -#ifndef GNSS_SDR_SERDESGAL_EPH_H -#define GNSS_SDR_SERDESGAL_EPH_H +#ifndef GNSS_SDR_SERDES_GALILEO_EPH_H +#define GNSS_SDR_SERDES_GALILEO_EPH_H #include "galileo_ephemeris.h" #include "monitor_galileo_ephemeris.pb.h" // file created by Protocol Buffers at compile time @@ -32,7 +32,7 @@ /*! * \brief This class implements serialization and deserialization of - * Monitor_Pvt objects using Protocol Buffers. + * Galileo_Ephemeris using Protocol Buffers. */ class Serdes_Galileo_Eph { @@ -189,4 +189,4 @@ private: /** \} */ /** \} */ -#endif // GNSS_SDR_SERDESGAL_EPH_H +#endif // GGNSS_SDR_SERDES_GALILEO_EPH_H diff --git a/src/algorithms/PVT/libs/serdes_gps_eph.h b/src/algorithms/PVT/libs/serdes_gps_eph.h index c3a134649..c9f6fde0c 100644 --- a/src/algorithms/PVT/libs/serdes_gps_eph.h +++ b/src/algorithms/PVT/libs/serdes_gps_eph.h @@ -1,15 +1,15 @@ /*! - * \file serdes_monitor_pvt.h - * \brief Serialization / Deserialization of Monitor_Pvt objects using + * \file serdes_gps_eph.h + * \brief Serialization / Deserialization of Gps_Ephemeris objects using * Protocol Buffers - * \author Carles Fernandez-Prades, 2019. cfernandez(at)cttc.es + * \author Javier Arribas, 2021. jarribas(at)cttc.es * * ----------------------------------------------------------------------------- * * GNSS-SDR is a Global Navigation Satellite System software-defined receiver. * This file is part of GNSS-SDR. * - * Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) * SPDX-License-Identifier: GPL-3.0-or-later * * ----------------------------------------------------------------------------- @@ -32,7 +32,7 @@ /*! * \brief This class implements serialization and deserialization of - * Monitor_Pvt objects using Protocol Buffers. + * Gps_Ephemeris objects using Protocol Buffers. */ class Serdes_Gps_Eph {