1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Fix file headers

This commit is contained in:
Carles Fernandez 2021-02-16 17:15:48 +01:00
parent 3b3beb099a
commit a7699c2050
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 13 additions and 13 deletions

View File

@ -1,22 +1,22 @@
/*! /*!
* \file serdes_monitor_pvt.h * \file serdes_galileo_eph.h
* \brief Serialization / Deserialization of Monitor_Pvt objects using * \brief Serialization / Deserialization of Galileo_Ephemeris objects using
* Protocol Buffers * 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. * GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
* This file is part of GNSS-SDR. * 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 * SPDX-License-Identifier: GPL-3.0-or-later
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
*/ */
#ifndef GNSS_SDR_SERDESGAL_EPH_H #ifndef GNSS_SDR_SERDES_GALILEO_EPH_H
#define GNSS_SDR_SERDESGAL_EPH_H #define GNSS_SDR_SERDES_GALILEO_EPH_H
#include "galileo_ephemeris.h" #include "galileo_ephemeris.h"
#include "monitor_galileo_ephemeris.pb.h" // file created by Protocol Buffers at compile time #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 * \brief This class implements serialization and deserialization of
* Monitor_Pvt objects using Protocol Buffers. * Galileo_Ephemeris using Protocol Buffers.
*/ */
class Serdes_Galileo_Eph class Serdes_Galileo_Eph
{ {
@ -189,4 +189,4 @@ private:
/** \} */ /** \} */
/** \} */ /** \} */
#endif // GNSS_SDR_SERDESGAL_EPH_H #endif // GGNSS_SDR_SERDES_GALILEO_EPH_H

View File

@ -1,15 +1,15 @@
/*! /*!
* \file serdes_monitor_pvt.h * \file serdes_gps_eph.h
* \brief Serialization / Deserialization of Monitor_Pvt objects using * \brief Serialization / Deserialization of Gps_Ephemeris objects using
* Protocol Buffers * 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. * GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
* This file is part of GNSS-SDR. * 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 * SPDX-License-Identifier: GPL-3.0-or-later
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
@ -32,7 +32,7 @@
/*! /*!
* \brief This class implements serialization and deserialization of * \brief This class implements serialization and deserialization of
* Monitor_Pvt objects using Protocol Buffers. * Gps_Ephemeris objects using Protocol Buffers.
*/ */
class Serdes_Gps_Eph class Serdes_Gps_Eph
{ {