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");
89 #endif // INCLUDED_LIBCYBERRADIO_DRIVER_NDR472_SIMPLEIPSETUP_H virtual ~SimpleIpSetup()
Destroys a SimpleIpSetup object.
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.
Generic radio handler class.
virtual int debug(const char *format,...)
Outputs debug information.
Defines functionality for LibCyberRadio applications.
Simple IP setup class for the NDR472.
Simple IP setup class for radios without 10GigE data ports.
virtual SimpleIpSetup & operator=(const SimpleIpSetup &other)
Assignment operator for SimpleIpSetup objects.