24#ifndef GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H
25#define GNSS_SDR_GPS_L5_DLL_PLL_TRACKING_FPGA_H
44 const std::string&
role,
45 unsigned int in_streams,
46 unsigned int out_streams);
58 return "GPS_L5_DLL_PLL_Tracking_FPGA";
63 int32_t* prn_codes_ptr_;
64 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.
std::string implementation() override
Returns "GPS_L5_DLL_PLL_Tracking_FPGA".
~GpsL5DllPllTrackingFpga() override
Destructor.
GpsL5DllPllTrackingFpga(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Constructor.