11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_DUCCOMPONENT_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_DUCCOMPONENT_H
14#include "LibCyberRadio/Driver/DucComponent.h"
15#include "LibCyberRadio/Common/BasicDict.h"
85 double frequency = 0.0,
86 double attenuation = 0.0,
virtual int debug(const char *format,...)
Outputs debug information.
Base DUC component class.
virtual ~DucComponent()
Destroys a DucComponent object.
DucComponent(int index=1, ::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false, int dataPort=0, double frequency=0.0, double attenuation=0.0, int rateIndex=0, int txChannels=0, int mode=0, int streamId=0)
Constructs a DucComponent object.
virtual DucComponent & operator=(const DucComponent &other)
Assignment operator for DucComponent objects.
Generic radio handler class.
Provides programming elements for driving NDR651 radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.