26#ifndef GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H
27#define GNSS_SDR_GLONASS_L2_CA_DLL_PLL_TRACKING_H
48 const std::string&
role,
49 unsigned int in_streams,
50 unsigned int out_streams);
55 return "GLONASS_L2_CA_DLL_PLL_Tracking";
60 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.
std::string implementation() override
Returns "GLONASS_L2_CA_DLL_PLL_Tracking".
GlonassL2CaDllPllTracking(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Constructor.