11 #include "LibCyberRadio/Driver/NDR810/TunerComponent.h" 12 #include "LibCyberRadio/Driver/RadioHandler.h" 13 #include <boost/format.hpp> 31 (boost::format(
"NDR810-TUNER%02d") % \
62 ::LibCyberRadio::Driver::TunerComponent::operator=(other);
Tuner component class for the NDR810.
virtual void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
Generic radio handler class.
Defines functionality for LibCyberRadio applications.
virtual TunerComponent & operator=(const TunerComponent &other)
Assignment operator for TunerComponent objects.
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.
virtual ~TunerComponent()
Destroys a TunerComponent object.