1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-03-05 02:58:16 +00:00

Update file header

This commit is contained in:
Carles Fernandez 2021-02-16 16:42:10 +01:00
parent 060e276414
commit 19c03edf1f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 23 additions and 12 deletions

View File

@ -1,11 +1,14 @@
/*! /*!
* \file fpga_buffer_monitor.cc * \file fpga_buffer_monitor.cc
* \brief Check receiver buffer overflow and monitor the status of the receiver buffers. * \brief Check receiver buffer overflow and monitor the status of the receiver
* \authors <ul> * buffers.
* <li> Marc Majoral, 2020. mmajoral(at)cttc.es * \authors
* <ul>
* <li> Marc Majoral, 2021. mmajoral(at)cttc.es
* </ul> * </ul>
* *
* Class that checks the receiver buffer overflow flags and monitors the status of the receiver buffers. * Class that checks the receiver buffer overflow flags and monitors the status
* of the receiver buffers.
* *
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
@ -13,7 +16,7 @@
* 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
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------

View File

@ -1,11 +1,14 @@
/*! /*!
* \file fpga_buffer_monitor.h * \file fpga_buffer_monitor.h
* \brief Check receiver buffer overflow and monitor the status of the receiver buffers. * \brief Check receiver buffer overflow and monitor the status of the receiver
* \authors <ul> * buffers.
* <li> Marc Majoral, 2021. mmajoral(at)cttc.es * \authors
* </ul> * <ul>
* <li> Marc Majoral, 2021. mmajoral(at)cttc.es
* </ul>
* *
* Class that checks the receiver buffer overflow flags and monitors the status of the receiver buffers. * Class that checks the receiver buffer overflow flags and monitors the status
* of the receiver buffers.
* *
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
@ -34,7 +37,8 @@
/*! /*!
* \brief Class that checks the receiver buffer overflow flags and monitors the status of the receiver buffers. * \brief Class that checks the receiver buffer overflow flags and monitors the
* status of the receiver buffers.
*/ */
class Fpga_buffer_monitor class Fpga_buffer_monitor
{ {
@ -42,7 +46,11 @@ public:
/*! /*!
* \brief Constructor * \brief Constructor
*/ */
explicit Fpga_buffer_monitor(const std::string& device_name, uint32_t num_freq_bands, bool dump, std::string dump_filename, Concurrent_Queue<pmt::pmt_t>* queue); explicit Fpga_buffer_monitor(const std::string& device_name,
uint32_t num_freq_bands,
bool dump,
std::string dump_filename,
Concurrent_Queue<pmt::pmt_t>* queue);
/*! /*!
* \brief Destructor * \brief Destructor