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 void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
virtual DucComponent & operator=(const DucComponent &other)
Assignment operator for DucComponent objects.
DUC component class for the NDR651.
Generic radio handler class.
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.
Defines functionality for LibCyberRadio applications.
virtual ~DucComponent()
Destroys a DucComponent object.