11 #include "LibCyberRadio/Driver/NDR472/SimpleIpSetup.h" 12 #include "LibCyberRadio/Driver/RadioHandler.h" 13 #include "LibCyberRadio/Common/Pythonesque.h" 14 #include <boost/lexical_cast.hpp> 15 #include <boost/format.hpp> 28 const std::string& sourceIP,
29 const std::string& destIP,
30 const std::string& destMAC) :
53 ::LibCyberRadio::Driver::SimpleIpSetup::operator=(other);
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.
virtual void initConfigurationDict()
Initializes the configuration dictionary, defining the allowed keys.
Generic radio handler class.
Defines functionality for LibCyberRadio applications.
Simple IP setup class for the NDR472.
virtual SimpleIpSetup & operator=(const SimpleIpSetup &other)
Assignment operator for SimpleIpSetup objects.