19#ifndef GNSS_SDR_GALILEO_E6_DLL_PLL_TRACKING_H
20#define GNSS_SDR_GALILEO_E6_DLL_PLL_TRACKING_H
42 const std::string&
role,
43 unsigned int in_streams,
44 unsigned int out_streams);
49 return "Galileo_E6_DLL_PLL_Tracking";
54 void create_tracking_block()
override;
Base class providing shared logic for DLL+PLL VEML tracking adapters.
std::string role() override final
Get role from the Tracking block adapter.
BaseDllPllTracking(const ConfigurationInterface *configuration, std::string role, unsigned int in_streams, unsigned int out_streams)
Base constructor of a Tracking block adapter.
This abstract class represents an interface to configuration parameters.
GalileoE6DllPllTracking(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Constructor.
std::string implementation() override
Returns "Galileo_E6_DLL_PLL_Tracking".