GNSS-SDR  0.0.21
An Open Source GNSS Software Defined Receiver
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
BaseDllPllTrackingFpga Class Reference
Inheritance diagram for BaseDllPllTrackingFpga:
TrackingInterface GNSSBlockInterface GalileoE1DllPllVemlTrackingFpga GalileoE5aDllPllTrackingFpga GpsL1CaDllPllTrackingFpga GpsL2MDllPllTrackingFpga GpsL5DllPllTrackingFpga

Public Member Functions

 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 std::string implementation ()=0
 
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...
 

Protected Member Functions

Dll_Pll_Conf_Fpgaconfig_params_fpga ()
 
const Dll_Pll_Conf_Fpgaconfig_params_fpga () const
 

Protected Attributes

dll_pll_veml_tracking_fpga_sptr tracking_fpga_sc_sptr_
 

Static Protected Attributes

static const int32_t LOCAL_CODE_FPGA_ENABLE_WRITE_MEMORY = 0x0C000000
 
static const int32_t LOCAL_CODE_FPGA_CORRELATOR_SELECT_COUNT = 0x20000000
 

Detailed Description

Definition at line 37 of file base_dll_pll_tracking_fpga.h.

Constructor & Destructor Documentation

◆ BaseDllPllTrackingFpga()

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.

◆ ~BaseDllPllTrackingFpga()

virtual BaseDllPllTrackingFpga::~BaseDllPllTrackingFpga ( )
virtualdefault

Base destructor of FPGA-based Tracking block adapters.

Member Function Documentation

◆ configure_fpga_tracking_channel_mapping()

void BaseDllPllTrackingFpga::configure_fpga_tracking_channel_mapping ( std::string  signal)

configure FPGA tracking channel mapping

◆ connect()

void BaseDllPllTrackingFpga::connect ( gr::top_block_sptr  top_block)
overridevirtual

Connect the Tracking block adapter.

Implements GNSSBlockInterface.

◆ disconnect()

void BaseDllPllTrackingFpga::disconnect ( gr::top_block_sptr  top_block)
overridevirtual

Disconnect the Tracking block adapter.

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr BaseDllPllTrackingFpga::get_left_block ( )
overridevirtual

Get left block from the Tracking block adapter.

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr BaseDllPllTrackingFpga::get_right_block ( )
overridevirtual

Get right block from the Tracking block adapter.

Implements GNSSBlockInterface.

◆ item_size()

size_t BaseDllPllTrackingFpga::item_size ( )
inlineoverridevirtual

Get item_size from the Tracking block adapter.

Implements GNSSBlockInterface.

Definition at line 62 of file base_dll_pll_tracking_fpga.h.

◆ role()

std::string BaseDllPllTrackingFpga::role ( )
inlineoverridevirtual

Get role from the Tracking block adapter.

Implements GNSSBlockInterface.

Definition at line 57 of file base_dll_pll_tracking_fpga.h.

◆ set_channel()

void BaseDllPllTrackingFpga::set_channel ( unsigned int  channel)
overridevirtual

Set tracking channel unique ID.

Implements TrackingInterface.

◆ set_gnss_synchro()

void BaseDllPllTrackingFpga::set_gnss_synchro ( Gnss_Synchro p_gnss_synchro)
overridevirtual

Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization data between acquisition and tracking blocks.

Implements TrackingInterface.

◆ start_tracking()

void BaseDllPllTrackingFpga::start_tracking ( )
overridevirtual

Start the tracking process in the FPGA.

Implements TrackingInterface.

◆ stop_tracking()

void BaseDllPllTrackingFpga::stop_tracking ( )
overridevirtual

Stop the tracking process in the FPGA.

Implements TrackingInterface.


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