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

Adapter for a Galileo E5a DLL+PLL tracking loop implemented in FPGA. More...

#include <galileo_e5a_dll_pll_tracking_fpga.h>

Inheritance diagram for GalileoE5aDllPllTrackingFpga:
BaseDllPllTrackingFpga TrackingInterface GNSSBlockInterface

Public Member Functions

 GalileoE5aDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 Constructor. More...
 
 ~GalileoE5aDllPllTrackingFpga () override
 Destructor. More...
 
std::string implementation () override
 Returns "Galileo_E5a_DLL_PLL_Tracking_FPGA". More...
 
- Public Member Functions inherited from BaseDllPllTrackingFpga
 BaseDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 Base constructor of FPGA-based Tracking block adapters. More...
 
virtual ~BaseDllPllTrackingFpga ()=default
 Base destructor of FPGA-based Tracking block adapters. More...
 
std::string role () override
 Get role from the Tracking block adapter. More...
 
size_t item_size () override
 Get item_size from the Tracking block adapter. More...
 
void connect (gr::top_block_sptr top_block) override
 Connect the Tracking block adapter. More...
 
void disconnect (gr::top_block_sptr top_block) override
 Disconnect the Tracking block adapter. More...
 
gr::basic_block_sptr get_left_block () override
 Get left block from the Tracking block adapter. More...
 
gr::basic_block_sptr get_right_block () override
 Get right block from the Tracking block adapter. More...
 
void start_tracking () override
 Start the tracking process in the FPGA. More...
 
void stop_tracking () override
 Stop the tracking process in the FPGA. More...
 
void configure_fpga_tracking_channel_mapping (std::string signal)
 configure FPGA tracking channel mapping More...
 
void set_channel (unsigned int channel) override
 Set tracking channel unique ID. More...
 
void set_gnss_synchro (Gnss_Synchro *p_gnss_synchro) override
 Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization data between acquisition and tracking blocks. More...
 
- Public Member Functions inherited from GNSSBlockInterface
virtual gr::basic_block_sptr get_left_block (int RF_channel)
 
virtual gr::basic_block_sptr get_right_block (int RF_channel)
 
virtual void start ()
 Start the flow of samples if needed. More...
 

Additional Inherited Members

- Protected Member Functions inherited from BaseDllPllTrackingFpga
Dll_Pll_Conf_Fpgaconfig_params_fpga ()
 
const Dll_Pll_Conf_Fpgaconfig_params_fpga () const
 
- Protected Attributes inherited from BaseDllPllTrackingFpga
dll_pll_veml_tracking_fpga_sptr tracking_fpga_sc_sptr_
 
- Static Protected Attributes inherited from BaseDllPllTrackingFpga
static const int32_t LOCAL_CODE_FPGA_ENABLE_WRITE_MEMORY = 0x0C000000
 
static const int32_t LOCAL_CODE_FPGA_CORRELATOR_SELECT_COUNT = 0x20000000
 

Detailed Description

Adapter for a Galileo E5a DLL+PLL tracking loop implemented in FPGA.

Definition at line 31 of file galileo_e5a_dll_pll_tracking_fpga.h.

Constructor & Destructor Documentation

◆ GalileoE5aDllPllTrackingFpga()

GalileoE5aDllPllTrackingFpga::GalileoE5aDllPllTrackingFpga ( const ConfigurationInterface configuration,
const std::string &  role,
unsigned int  in_streams,
unsigned int  out_streams 
)

Constructor.

◆ ~GalileoE5aDllPllTrackingFpga()

GalileoE5aDllPllTrackingFpga::~GalileoE5aDllPllTrackingFpga ( )
override

Destructor.

Member Function Documentation

◆ implementation()

std::string GalileoE5aDllPllTrackingFpga::implementation ( )
inlineoverridevirtual

Returns "Galileo_E5a_DLL_PLL_Tracking_FPGA".

Implements GNSSBlockInterface.

Definition at line 50 of file galileo_e5a_dll_pll_tracking_fpga.h.


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