PicoScenes API Docs
 
Loading...
Searching...
No Matches
AbstractHALConfiguration Class Referenceabstract

#include <AbstractHALConfiguration.hxx>

Public Member Functions

 AbstractHALConfiguration (const std::shared_ptr< AbstractNIC > &nic)
 
virtual void applyConfiguration (const pt::ptree &config)=0
 
virtual std::shared_ptr< po::options_description > getHALOptions ()=0
 
virtual void parseAndExecuteCommands (const std::string &command)=0
 

Protected Attributes

std::shared_ptr< AbstractNICnic
 

Detailed Description

Definition at line 12 of file AbstractHALConfiguration.hxx.

Constructor & Destructor Documentation

◆ AbstractHALConfiguration()

AbstractHALConfiguration::AbstractHALConfiguration ( const std::shared_ptr< AbstractNIC > &  nic)
inlineexplicit

Definition at line 14 of file AbstractHALConfiguration.hxx.

Member Function Documentation

◆ applyConfiguration()

virtual void AbstractHALConfiguration::applyConfiguration ( const pt::ptree &  config)
pure virtual

◆ getHALOptions()

virtual std::shared_ptr< po::options_description > AbstractHALConfiguration::getHALOptions ( )
pure virtual

◆ parseAndExecuteCommands()

virtual void AbstractHALConfiguration::parseAndExecuteCommands ( const std::string &  command)
pure virtual

Member Data Documentation

◆ nic

std::shared_ptr<AbstractNIC> AbstractHALConfiguration::nic
protected

Definition at line 23 of file AbstractHALConfiguration.hxx.


The documentation for this class was generated from the following file: