GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
Fpga_buffer_monitor Class Reference

Class that checks the receiver buffer overflow flags and monitors the status of the receiver buffers. More...

#include <fpga_buffer_monitor.h>

Public Member Functions

 Fpga_buffer_monitor (const std::string &device_name, uint32_t num_freq_bands, bool dump, std::string dump_filename)
 Constructor. More...
 
 ~Fpga_buffer_monitor ()
 Destructor. More...
 
void check_buffer_overflow_and_monitor_buffer_status ()
 This function checks buffer overflow and monitors the FPGA buffer status. More...
 

Detailed Description

Class that checks the receiver buffer overflow flags and monitors the status of the receiver buffers.

Definition at line 42 of file fpga_buffer_monitor.h.

Constructor & Destructor Documentation

◆ Fpga_buffer_monitor()

Fpga_buffer_monitor::Fpga_buffer_monitor ( const std::string &  device_name,
uint32_t  num_freq_bands,
bool  dump,
std::string  dump_filename 
)
explicit

Constructor.

◆ ~Fpga_buffer_monitor()

Fpga_buffer_monitor::~Fpga_buffer_monitor ( )

Destructor.

Member Function Documentation

◆ check_buffer_overflow_and_monitor_buffer_status()

void Fpga_buffer_monitor::check_buffer_overflow_and_monitor_buffer_status ( )

This function checks buffer overflow and monitors the FPGA buffer status.


The documentation for this class was generated from the following file: