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

This class implements a code DLL + carrier PLL tracking loop. More...

#include <galileo_e5a_dll_pll_tracking_fpga.h>

Inheritance diagram for GalileoE5aDllPllTrackingFpga:
TrackingInterface GNSSBlockInterface

Public Member Functions

 GalileoE5aDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 Constructor. More...
 
virtual ~GalileoE5aDllPllTrackingFpga ()
 Destructor. More...
 
std::string role () override
 Role. More...
 
std::string implementation () override
 Returns "Galileo_E5a_DLL_PLL_Tracking_Fpga". More...
 
size_t item_size () override
 Returns size of lv_16sc_t. More...
 
void connect (gr::top_block_sptr top_block) override
 Connect. More...
 
void disconnect (gr::top_block_sptr top_block) override
 Disconnect. More...
 
gr::basic_block_sptr get_left_block () override
 Get left block. More...
 
gr::basic_block_sptr get_right_block () override
 Get right block. 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...
 
void start_tracking () override
 Start the tracking process in the FPGA. More...
 
void stop_tracking () override
 Stop the tracking process in the FPGA. 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...
 

Detailed Description

This class implements a code DLL + carrier PLL tracking loop.

Definition at line 36 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()

virtual GalileoE5aDllPllTrackingFpga::~GalileoE5aDllPllTrackingFpga ( )
virtual

Destructor.

Member Function Documentation

◆ connect()

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

Connect.

Implements GNSSBlockInterface.

◆ disconnect()

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

Disconnect.

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr GalileoE5aDllPllTrackingFpga::get_left_block ( )
overridevirtual

Get left block.

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr GalileoE5aDllPllTrackingFpga::get_right_block ( )
overridevirtual

Get right block.

Implements GNSSBlockInterface.

◆ implementation()

std::string GalileoE5aDllPllTrackingFpga::implementation ( )
inlineoverridevirtual

Returns "Galileo_E5a_DLL_PLL_Tracking_Fpga".

Implements GNSSBlockInterface.

Definition at line 64 of file galileo_e5a_dll_pll_tracking_fpga.h.

◆ item_size()

size_t GalileoE5aDllPllTrackingFpga::item_size ( )
inlineoverridevirtual

Returns size of lv_16sc_t.

Implements GNSSBlockInterface.

Definition at line 72 of file galileo_e5a_dll_pll_tracking_fpga.h.

◆ role()

std::string GalileoE5aDllPllTrackingFpga::role ( )
inlineoverridevirtual

Role.

Implements GNSSBlockInterface.

Definition at line 56 of file galileo_e5a_dll_pll_tracking_fpga.h.

◆ set_channel()

void GalileoE5aDllPllTrackingFpga::set_channel ( unsigned int  channel)
overridevirtual

Set tracking channel unique ID.

Implements TrackingInterface.

◆ set_gnss_synchro()

void GalileoE5aDllPllTrackingFpga::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 GalileoE5aDllPllTrackingFpga::start_tracking ( )
overridevirtual

Start the tracking process in the FPGA.

Implements TrackingInterface.

◆ stop_tracking()

void GalileoE5aDllPllTrackingFpga::stop_tracking ( )
overridevirtual

Stop the tracking process in the FPGA.

Implements TrackingInterface.


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