mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Update file header
This commit is contained in:
parent
060e276414
commit
19c03edf1f
@ -1,11 +1,14 @@
|
||||
/*!
|
||||
* \file fpga_buffer_monitor.cc
|
||||
* \brief Check receiver buffer overflow and monitor the status of the receiver buffers.
|
||||
* \authors <ul>
|
||||
* <li> Marc Majoral, 2020. mmajoral(at)cttc.es
|
||||
* \brief Check receiver buffer overflow and monitor the status of the receiver
|
||||
* buffers.
|
||||
* \authors
|
||||
* <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.
|
||||
*
|
||||
*
|
||||
* -----------------------------------------------------------------------------
|
||||
@ -13,7 +16,7 @@
|
||||
* 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
|
||||
*
|
||||
* -----------------------------------------------------------------------------
|
||||
|
@ -1,11 +1,14 @@
|
||||
/*!
|
||||
* \file fpga_buffer_monitor.h
|
||||
* \brief Check receiver buffer overflow and monitor the status of the receiver buffers.
|
||||
* \authors <ul>
|
||||
* <li> Marc Majoral, 2021. mmajoral(at)cttc.es
|
||||
* </ul>
|
||||
* \brief Check receiver buffer overflow and monitor the status of the receiver
|
||||
* buffers.
|
||||
* \authors
|
||||
* <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
|
||||
{
|
||||
@ -42,7 +46,11 @@ public:
|
||||
/*!
|
||||
* \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
|
||||
|
Loading…
Reference in New Issue
Block a user