18#ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H
19#define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_FPGA_H
38 const std::string&
role,
39 unsigned int in_streams,
40 unsigned int out_streams);
52 return "Galileo_E5a_DLL_PLL_Tracking_FPGA";
57 int32_t* prn_codes_ptr_;
58 int32_t* data_codes_ptr_;
Base class providing shared logic for DLL+PLL VEML tracking adapters for FPGA-based devices.
BaseDllPllTrackingFpga(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Base constructor of FPGA-based Tracking block adapters.
std::string role() override
Get role from the Tracking block adapter.
This abstract class represents an interface to configuration parameters.
~GalileoE5aDllPllTrackingFpga() override
Destructor.
std::string implementation() override
Returns "Galileo_E5a_DLL_PLL_Tracking_FPGA".
GalileoE5aDllPllTrackingFpga(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Constructor.