![]() |
GNSS-SDR
0.0.21
An Open Source GNSS Software Defined Receiver
|
Base class providing shared logic for DLL+PLL tracking loop adapters for GNSS signals. More...
#include <base_dll_pll_tracking.h>
Public Member Functions | |
| 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 std::string | implementation ()=0 |
| 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... | |
Protected Member Functions | |
| Dll_Pll_Conf & | config_params () |
| const Dll_Pll_Conf & | config_params () const |
| void | set_item_size (size_t item_size) |
| virtual void | configure_tracking_parameters (const ConfigurationInterface *configuration)=0 |
| virtual void | create_tracking_block ()=0 |
Protected Attributes | |
| dll_pll_veml_tracking_sptr | tracking_sptr_ |
Base class providing shared logic for DLL+PLL tracking loop adapters for GNSS signals.
Definition at line 39 of file base_dll_pll_tracking.h.
|
explicit |
Base constructor of a Tracking block adapter.
|
overridedefault |
Default destructor of the Tracking block adapter.
|
finaloverridevirtual |
Connect the Tracking block adapter.
Implements GNSSBlockInterface.
|
finaloverridevirtual |
Disconnect the sTracking block adapter.
Implements GNSSBlockInterface.
|
finaloverridevirtual |
Get left block from the Tracking block adapter.
Implements GNSSBlockInterface.
|
finaloverridevirtual |
Get right block from the Tracking block adapter.
Implements GNSSBlockInterface.
|
inlinefinaloverridevirtual |
Get item_size from the Tracking block adapter.
Implements GNSSBlockInterface.
Definition at line 63 of file base_dll_pll_tracking.h.
|
inlinefinaloverridevirtual |
Get role from the Tracking block adapter.
Implements GNSSBlockInterface.
Definition at line 58 of file base_dll_pll_tracking.h.
|
finaloverridevirtual |
Set tracking channel unique ID.
Implements TrackingInterface.
|
finaloverridevirtual |
Set acquisition Gnss_Synchro object pointer to exchange synchronization data between acquisition and tracking blocks.
Implements TrackingInterface.
|
finaloverridevirtual |
Start the Tracking block.
Implements TrackingInterface.
|
finaloverridevirtual |
Stop the Tracking block.
Implements TrackingInterface.
1.8.14