23 #ifndef GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H 24 #define GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H 46 const std::string&
role,
47 unsigned int in_streams,
48 unsigned int out_streams);
53 return "Galileo_E5a_DLL_PLL_Tracking";
58 void create_tracking_block()
override;
64 #endif // GNSS_SDR_GALILEO_E5A_DLL_PLL_TRACKING_H Base class providing shared logic for DLL+PLL tracking loop adapters for GNSS signals.
std::string role() override final
Get role from the Tracking block adapter.
This abstract class represents an interface to configuration parameters.
This class Adapts a DLL+PLL VEML (Very Early Minus Late) tracking loop block to a TrackingInterface f...
std::string implementation() override
Returns "Galileo_E5a_DLL_PLL_Tracking".
GalileoE5aDllPllTracking(const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
Constructor.
Base class providing shared logic for DLL+PLL VEML tracking adapters.