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

This class Adapts a DLL+PLL VEML (Very Early Minus Late) tracking loop block to a TrackingInterface for Galileo E5b signals. More...

#include <galileo_e5b_dll_pll_tracking.h>

Inheritance diagram for GalileoE5bDllPllTracking:
BaseDllPllTracking TrackingInterface GNSSBlockInterface

Public Member Functions

 GalileoE5bDllPllTracking (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 Constructor. More...
 
std::string implementation () override
 Returns "Galileo_E5b_DLL_PLL_Tracking". More...
 
- Public Member Functions inherited from BaseDllPllTracking
 BaseDllPllTracking (const ConfigurationInterface *configuration, std::string role, unsigned int in_streams, unsigned int out_streams)
 Base constructor of a Tracking block adapter. More...
 
 ~BaseDllPllTracking () override=default
 Default destructor of the Tracking block adapter. More...
 
std::string role () override final
 Get role from the Tracking block adapter. More...
 
size_t item_size () override final
 Get item_size from the Tracking block adapter. More...
 
void connect (gr::top_block_sptr top_block) override final
 Connect the Tracking block adapter. More...
 
void disconnect (gr::top_block_sptr top_block) override final
 Disconnect the sTracking block adapter. More...
 
gr::basic_block_sptr get_left_block () override final
 Get left block from the Tracking block adapter. More...
 
gr::basic_block_sptr get_right_block () override final
 Get right block from the Tracking block adapter. More...
 
void set_channel (unsigned int channel) override final
 Set tracking channel unique ID. More...
 
void set_gnss_synchro (Gnss_Synchro *p_gnss_synchro) override final
 Set acquisition Gnss_Synchro object pointer to exchange synchronization data between acquisition and tracking blocks. More...
 
void start_tracking () override final
 Start the Tracking block. More...
 
void stop_tracking () override final
 Stop the Tracking block. 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 BaseDllPllTracking
Dll_Pll_Confconfig_params ()
 
const Dll_Pll_Confconfig_params () const
 
void set_item_size (size_t item_size)
 
- Protected Attributes inherited from BaseDllPllTracking
dll_pll_veml_tracking_sptr tracking_sptr_
 

Detailed Description

This class Adapts a DLL+PLL VEML (Very Early Minus Late) tracking loop block to a TrackingInterface for Galileo E5b signals.

Definition at line 42 of file galileo_e5b_dll_pll_tracking.h.

Constructor & Destructor Documentation

◆ GalileoE5bDllPllTracking()

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

Constructor.

Member Function Documentation

◆ implementation()

std::string GalileoE5bDllPllTracking::implementation ( )
inlineoverridevirtual

Returns "Galileo_E5b_DLL_PLL_Tracking".

Implements GNSSBlockInterface.

Definition at line 52 of file galileo_e5b_dll_pll_tracking.h.


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