11#ifndef INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_SIMPLEIPSETUP_H
12#define INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_SIMPLEIPSETUP_H
14#include "LibCyberRadio/Driver/SimpleIpSetup.h"
61 const std::string& sourceIP =
"0.0.0.0",
62 const std::string& destIP =
"0.0.0.0",
63 const std::string& destMAC =
"00:00:00:00:00:00");
virtual int debug(const char *format,...)
Outputs debug information.
virtual SimpleIpSetup & operator=(const SimpleIpSetup &other)
Assignment operator for SimpleIpSetup objects.
SimpleIpSetup(::LibCyberRadio::Driver::RadioHandler *parent=NULL, bool debug=false, const std::string &sourceIP="0.0.0.0", const std::string &destIP="0.0.0.0", const std::string &destMAC="00:00:00:00:00:00")
Constructs a SimpleIpSetup object.
virtual ~SimpleIpSetup()
Destroys a SimpleIpSetup object.
Generic radio handler class.
Simple IP setup class for radios without 10GigE data ports.
Provides programming elements for driving NDR472 radios.
Provides programming elements for driving CRS NDR-class radios.
Defines functionality for LibCyberRadio applications.