5#ifndef PICOSCENES_PLATFORM_ABSTRACTHALCONFIGURATION_HXX
6#define PICOSCENES_PLATFORM_ABSTRACTHALCONFIGURATION_HXX
23 std::shared_ptr<AbstractNIC>
nic;
virtual std::shared_ptr< po::options_description > getHALOptions()=0
virtual void parseAndExecuteCommands(const std::string &command)=0
std::shared_ptr< AbstractNIC > nic
virtual void applyConfiguration(const pt::ptree &config)=0
AbstractHALConfiguration(const std::shared_ptr< AbstractNIC > &nic)