11 #include "LibCyberRadio/Driver/NDR308/TunerComponent.h" 12 #include "LibCyberRadio/Driver/RadioHandler.h" 13 #include <boost/format.hpp> 31 (boost::format(
"NDR308-TUNER%02d") % \
62 ::LibCyberRadio::Driver::TunerComponent::operator=(other);
virtual ~TunerComponent()
Destroys a TunerComponent object.
virtual TunerComponent & operator=(const TunerComponent &other)
Assignment operator for TunerComponent objects.
virtual void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
Generic radio handler class.
Defines functionality for LibCyberRadio applications.
Tuner component class for the NDR308.
TunerComponent(int index=1, ::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false, double frequency=800e6, double attenuation=0.0, int filter=0)
Constructs a TunerComponent object.