![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class implements a code DLL + carrier PLL tracking loop. More...
#include <galileo_e5a_dll_pll_tracking_fpga.h>
Public Member Functions | |
| GalileoE5aDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| Constructor. More... | |
| virtual | ~GalileoE5aDllPllTrackingFpga () |
| Destructor. More... | |
| std::string | role () override |
| Role. More... | |
| std::string | implementation () override |
| Returns "Galileo_E5a_DLL_PLL_Tracking_Fpga". More... | |
| size_t | item_size () override |
| Returns size of lv_16sc_t. More... | |
| 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 |
| Start the tracking process in the FPGA. More... | |
| void | stop_tracking () override |
| Stop the tracking process in the FPGA. 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... | |
This class implements a code DLL + carrier PLL tracking loop.
Definition at line 36 of file galileo_e5a_dll_pll_tracking_fpga.h.
| GalileoE5aDllPllTrackingFpga::GalileoE5aDllPllTrackingFpga | ( | const ConfigurationInterface * | configuration, |
| const std::string & | role, | ||
| unsigned int | in_streams, | ||
| unsigned int | out_streams | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
overridevirtual |
Connect.
Implements GNSSBlockInterface.
|
overridevirtual |
Disconnect.
Implements GNSSBlockInterface.
|
overridevirtual |
Get left block.
Implements GNSSBlockInterface.
|
overridevirtual |
Get right block.
Implements GNSSBlockInterface.
|
inlineoverridevirtual |
Returns "Galileo_E5a_DLL_PLL_Tracking_Fpga".
Implements GNSSBlockInterface.
Definition at line 64 of file galileo_e5a_dll_pll_tracking_fpga.h.
|
inlineoverridevirtual |
Returns size of lv_16sc_t.
Implements GNSSBlockInterface.
Definition at line 72 of file galileo_e5a_dll_pll_tracking_fpga.h.
|
inlineoverridevirtual |
Role.
Implements GNSSBlockInterface.
Definition at line 56 of file galileo_e5a_dll_pll_tracking_fpga.h.
|
overridevirtual |
Set tracking channel unique ID.
Implements TrackingInterface.
|
overridevirtual |
Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization data between acquisition and tracking blocks.
Implements TrackingInterface.
|
overridevirtual |
Start the tracking process in the FPGA.
Implements TrackingInterface.
|
overridevirtual |
Stop the tracking process in the FPGA.
Implements TrackingInterface.
1.8.14