11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR308TS_TUNERCOMPONENT_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR308TS_TUNERCOMPONENT_H
14#include "LibCyberRadio/Driver/TunerComponent.h"
63 double frequency = 800e6,
64 double attenuation = 0.0,
virtual int debug(const char *format,...)
Outputs debug information.
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.
Generic radio handler class.
Base tuner component class.
Provides programming elements for driving NDR308-TS radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.