11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_NBDDCCOMPONENT_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR308_NBDDCCOMPONENT_H
14#include "LibCyberRadio/Driver/NbddcComponent.h"
15#include "LibCyberRadio/Common/BasicDict.h"
75 int udpDestination = 0,
78 double frequency = 0.0,
virtual int debug(const char *format,...)
Outputs debug information.
NbddcComponent(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, double frequency=0.0, int source=1)
Constructs a NbddcComponent object.
virtual ~NbddcComponent()
Destroys a NbddcComponent object.
virtual NbddcComponent & operator=(const NbddcComponent &other)
Assignment operator for NbddcComponent objects.
Base NBDDC component class.
Generic radio handler class.
Provides programming elements for driving NDR308 radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.