18 #ifndef GNSS_SDR_SIGNAL_SOURCE_BASE_H 19 #define GNSS_SDR_SIGNAL_SOURCE_BASE_H 21 #include "signal_source_interface.h" 31 std::string role()
final;
32 std::string implementation()
final;
34 size_t getRfChannels()
const override;
41 std::string
const role_;
42 std::string
const implementation_;
This abstract class represents an interface to signal_source GNSS block.
SignalSourceBase(ConfigurationInterface const *configuration, std::string role, std::string impl)
Constructor.
This abstract class represents an interface to configuration parameters.