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,
116 #endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR651_DUCCOMPONENT_H 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.
virtual int debug(const char *format,...)
Outputs debug information.
Defines functionality for LibCyberRadio applications.
virtual ~DucComponent()
Destroys a DucComponent object.
Base DUC component class.