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

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

#include <galileo_e6_dll_pll_tracking.h>

Inheritance diagram for GalileoE6DllPllTracking:
TrackingInterface GNSSBlockInterface

Public Member Functions

 GalileoE6DllPllTracking (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 
std::string role () override
 
std::string implementation () override
 Returns "Galileo_E6_DLL_PLL_Tracking". More...
 
size_t item_size () override
 
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
 
void stop_tracking () override
 Stop running tracking. 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 37 of file galileo_e6_dll_pll_tracking.h.

Member Function Documentation

◆ connect()

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

Connect.

Implements GNSSBlockInterface.

◆ disconnect()

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

Disconnect.

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr GalileoE6DllPllTracking::get_left_block ( )
overridevirtual

Get left block.

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr GalileoE6DllPllTracking::get_right_block ( )
overridevirtual

Get right block.

Implements GNSSBlockInterface.

◆ implementation()

std::string GalileoE6DllPllTracking::implementation ( )
inlineoverridevirtual

Returns "Galileo_E6_DLL_PLL_Tracking".

Implements GNSSBlockInterface.

Definition at line 54 of file galileo_e6_dll_pll_tracking.h.

◆ set_channel()

void GalileoE6DllPllTracking::set_channel ( unsigned int  channel)
overridevirtual

Set tracking channel unique ID.

Implements TrackingInterface.

◆ set_gnss_synchro()

void GalileoE6DllPllTracking::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.

◆ stop_tracking()

void GalileoE6DllPllTracking::stop_tracking ( )
overridevirtual

Stop running tracking.

Implements TrackingInterface.


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