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

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

#include <beidou_b1i_dll_pll_tracking.h>

Inheritance diagram for BeidouB1iDllPllTracking:
BaseDllPllTracking TrackingInterface GNSSBlockInterface

Public Member Functions

 BeidouB1iDllPllTracking (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 Constructor. More...
 
std::string implementation () override
 Returns "BEIDOU_B1I_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 BeiDou B1I signals.

Definition at line 41 of file beidou_b1i_dll_pll_tracking.h.

Constructor & Destructor Documentation

◆ BeidouB1iDllPllTracking()

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

Constructor.

Member Function Documentation

◆ implementation()

std::string BeidouB1iDllPllTracking::implementation ( )
inlineoverridevirtual

Returns "BEIDOU_B1I_DLL_PLL_Tracking".

Implements GNSSBlockInterface.

Definition at line 51 of file beidou_b1i_dll_pll_tracking.h.


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