23#ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H
24#define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_FPGA_H
40 const std::string&
role,
41 unsigned int in_streams,
42 unsigned int out_streams);
44 ~GalileoE1DllPllVemlTrackingFpga()
override;
46 std::string implementation()
override
48 return "Galileo_E1_DLL_PLL_VEML_Tracking_FPGA";
52 int32_t* prn_codes_ptr_;
53 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.