GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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.
std::string implementation () override
 Returns "Galileo_E5b_DLL_PLL_Tracking".
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.
 ~BaseDllPllTracking () override=default
 Default destructor of the Tracking block adapter.
std::string role () override final
 Get role from the Tracking block adapter.
size_t item_size () override final
 Get item_size from the Tracking block adapter.
void connect (gr::top_block_sptr top_block) override final
 Connect the Tracking block adapter.
void disconnect (gr::top_block_sptr top_block) override final
 Disconnect the sTracking block adapter.
gr::basic_block_sptr get_left_block () override final
 Get left block from the Tracking block adapter.
gr::basic_block_sptr get_right_block () override final
 Get right block from the Tracking block adapter.
void set_channel (unsigned int channel) override final
 Set tracking channel unique ID.
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.
void start_tracking () override final
 Start the Tracking block.
void stop_tracking () override final
 Stop the Tracking block.
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 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.

References BaseDllPllTracking::role().

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: