11 #ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_WBDDCCOMPONENT_H 12 #define INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_WBDDCCOMPONENT_H 14 #include "LibCyberRadio/Driver/WbddcComponent.h" 15 #include "LibCyberRadio/Common/BasicDict.h" 71 int udpDestination = 0,
98 unsigned int& streamId);
113 #endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_WBDDCCOMPONENT_H WBDDC component class for the NDR472.
virtual bool executeDataPortCommand(int index, int &dataPort)
Executes the WBDDC data port set command.
virtual bool executeWbddcQuery(int index, int &rateIndex, int &udpDestination, bool &enabled, int &vitaEnable, unsigned int &streamId)
Executes the WBDDC configuration query command.
Generic radio handler class.
virtual int debug(const char *format,...)
Outputs debug information.
Defines functionality for LibCyberRadio applications.
Base WBDDC component class.
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.
virtual bool executeDataPortQuery(int index, int &dataPort)
Executes the WBDDC data port query command.
virtual WbddcComponent & operator=(const WbddcComponent &other)
Assignment operator for WbddcComponent objects.