11 #ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_TUNERCOMPONENT_H 12 #define INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_TUNERCOMPONENT_H 14 #include "LibCyberRadio/Driver/TunerComponent.h" 63 double frequency = 800e6,
64 double attenuation = 0.0,
91 #endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_TUNERCOMPONENT_H virtual ~TunerComponent()
Destroys a TunerComponent object.
virtual TunerComponent & operator=(const TunerComponent &other)
Assignment operator for TunerComponent objects.
Generic radio handler class.
virtual int debug(const char *format,...)
Outputs debug information.
Defines functionality for LibCyberRadio applications.
Base tuner component class.
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.