11 #include "LibCyberRadio/Driver/NDR308TS/WbddcComponent.h" 12 #include "LibCyberRadio/Driver/RadioHandler.h" 13 #include <boost/format.hpp> 33 (boost::format(
"NDR308TS-WBDDC%02d") % \
56 _rateSet[0] = 61.44e6;
57 _rateSet[1] = 30.72e6;
58 _rateSet[2] = 15.36e6;
72 ::LibCyberRadio::Driver::WbddcComponent::operator=(other);
virtual void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
virtual WbddcComponent & operator=(const WbddcComponent &other)
Assignment operator for WbddcComponent objects.
WBDDC component class for the NDR308-TS.
Generic radio handler class.
Defines functionality for LibCyberRadio applications.
virtual ~WbddcComponent()
Destroys a WbddcComponent object.
WbddcComponent(int index=1, ::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false, int dataPort=1, int rateIndex=0, int udpDestination=0, int vitaEnable=0, int streamId=0)
Constructs a WbddcComponent object.