11#include "LibCyberRadio/Driver/NDR651/DucComponent.h"
12#include "LibCyberRadio/Driver/RadioHandler.h"
13#include <boost/format.hpp>
35 (boost::format(
"NDR651-DUC%02d") % \
57 _rateSet[0] = 102.4e6;
70 _rateSet[13] = 12.5e3;
71 _rateSet[16] = 13e6 / 48;
86 ::LibCyberRadio::Driver::DucComponent::operator=(other);
virtual int debug(const char *format,...)
Outputs debug information.
virtual void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
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.