24 #ifndef GNSS_SDR_GALILEO_E5B_DLL_PLL_TRACKING_H 25 #define GNSS_SDR_GALILEO_E5B_DLL_PLL_TRACKING_H 47 const std::string&
role,
48 unsigned int in_streams,
49 unsigned int out_streams);
54 return "Galileo_E5b_DLL_PLL_Tracking";
59 void create_tracking_block()
override;
65 #endif // GNSS_SDR_GALILEO_E5B_DLL_PLL_TRACKING_H Base class providing shared logic for DLL+PLL tracking loop adapters for GNSS signals.
std::string implementation() override
Returns "Galileo_E5b_DLL_PLL_Tracking".
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...
GalileoE5bDllPllTracking(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.