![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Adapter for a GPS L5 DLL+PLL tracking loop for FPGA devices. More...
#include <gps_l5_dll_pll_tracking_fpga.h>
Public Member Functions | |
| GpsL5DllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| Constructor. | |
| ~GpsL5DllPllTrackingFpga () override | |
| Destructor. | |
| std::string | implementation () override |
| Returns "GPS_L5_DLL_PLL_Tracking_FPGA". | |
| Public Member Functions inherited from BaseDllPllTrackingFpga | |
| BaseDllPllTrackingFpga (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| Base constructor of FPGA-based Tracking block adapters. | |
| virtual | ~BaseDllPllTrackingFpga ()=default |
| Base destructor of FPGA-based Tracking block adapters. | |
| std::string | role () override |
| Get role from the Tracking block adapter. | |
| size_t | item_size () override |
| Get item_size from the Tracking block adapter. | |
| void | connect (gr::top_block_sptr top_block) override |
| Connect the Tracking block adapter. | |
| void | disconnect (gr::top_block_sptr top_block) override |
| Disconnect the Tracking block adapter. | |
| gr::basic_block_sptr | get_left_block () override |
| Get left block from the Tracking block adapter. | |
| gr::basic_block_sptr | get_right_block () override |
| Get right block from the Tracking block adapter. | |
| void | start_tracking () override |
| Start the tracking process in the FPGA. | |
| void | stop_tracking () override |
| Stop the tracking process in the FPGA. | |
| void | configure_fpga_tracking_channel_mapping (std::string signal) |
| configure FPGA tracking channel mapping | |
| void | set_channel (unsigned int channel) override |
| Set tracking channel unique ID. | |
| 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. | |
| 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 BaseDllPllTrackingFpga | |
| Dll_Pll_Conf_Fpga & | config_params_fpga () |
| const Dll_Pll_Conf_Fpga & | config_params_fpga () const |
| Protected Attributes inherited from BaseDllPllTrackingFpga | |
| dll_pll_veml_tracking_fpga_sptr | tracking_fpga_sc_sptr_ |
| Static Protected Attributes inherited from BaseDllPllTrackingFpga | |
| static const int32_t | LOCAL_CODE_FPGA_ENABLE_WRITE_MEMORY = 0x0C000000 |
| static const int32_t | LOCAL_CODE_FPGA_CORRELATOR_SELECT_COUNT = 0x20000000 |
Adapter for a GPS L5 DLL+PLL tracking loop for FPGA devices.
Definition at line 37 of file gps_l5_dll_pll_tracking_fpga.h.
| GpsL5DllPllTrackingFpga::GpsL5DllPllTrackingFpga | ( | const ConfigurationInterface * | configuration, |
| const std::string & | role, | ||
| unsigned int | in_streams, | ||
| unsigned int | out_streams ) |
Constructor.
References BaseDllPllTrackingFpga::role().
|
override |
Destructor.
|
inlineoverridevirtual |
Returns "GPS_L5_DLL_PLL_Tracking_FPGA".
Implements GNSSBlockInterface.
Definition at line 56 of file gps_l5_dll_pll_tracking_fpga.h.