GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
GpsL1CaDllPllTrackingFpga Class Reference

Adapter for a GPS L1 C/A DLL+PLL tracking loop for FPGA. More...

#include <gps_l1_ca_dll_pll_tracking_fpga.h>

Inheritance diagram for GpsL1CaDllPllTrackingFpga:
BaseDllPllTrackingFpga TrackingInterface GNSSBlockInterface

Public Member Functions

 GpsL1CaDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
std::string implementation () override
 Returns "GPS_L1_CA_DLL_PLL_Tracking_FPGA".
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.
virtual ~BaseDllPllTrackingFpga ()=default
 Base destructor of FPGA-based Tracking block adapters.
std::string role () override
 Get role from the Tracking block adapter.
size_t item_size () override
 Get item_size from the Tracking block adapter.
void connect (gr::top_block_sptr top_block) override
 Connect the Tracking block adapter.
void disconnect (gr::top_block_sptr top_block) override
 Disconnect the Tracking block adapter.
gr::basic_block_sptr get_left_block () override
 Get left block from the Tracking block adapter.
gr::basic_block_sptr get_right_block () override
 Get right block from the Tracking block adapter.
void start_tracking () override
 Start the tracking process in the FPGA.
void stop_tracking () override
 Stop the tracking process in the FPGA.
void configure_fpga_tracking_channel_mapping (std::string signal)
 configure FPGA tracking channel mapping
void set_channel (unsigned int channel) override
 Set tracking channel unique ID.
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.
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.

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 GPS L1 C/A DLL+PLL tracking loop for FPGA.

Definition at line 39 of file gps_l1_ca_dll_pll_tracking_fpga.h.

Member Function Documentation

◆ implementation()

std::string GpsL1CaDllPllTrackingFpga::implementation ( )
inlineoverridevirtual

Returns "GPS_L1_CA_DLL_PLL_Tracking_FPGA".

Implements GNSSBlockInterface.

Definition at line 52 of file gps_l1_ca_dll_pll_tracking_fpga.h.


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