This class stores the method for reading the configuration file.  
 More...
#include <ServerInterface.hh>
This class stores the method for reading the configuration file. 
 
◆ ConfigurationSetup()
  
  
      
        
          | petitpoucet::serverinterface::ConfigurationSetup::ConfigurationSetup  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~ConfigurationSetup()
  
  
      
        
          | petitpoucet::serverinterface::ConfigurationSetup::~ConfigurationSetup  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ReadConfigFile()
      
        
          | void petitpoucet::serverinterface::ConfigurationSetup::ReadConfigFile  | 
          ( | 
          std::string  | 
          configFileName,  | 
        
        
           | 
           | 
          std::string *  | 
          casterName,  | 
        
        
           | 
           | 
          std::string *  | 
          serialPortName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Reads a configuration files and attibutes values to a caster name and a serial port name. 
- Parameters
 - 
  
    | std::string | configFilName The file name where the configration is stored  | 
    | std::string* | casterName the pointer to the caster name variable where the name of the caster stored in the config file will be stored  | 
    | std::string* | serialPortName the pointer to the serial port name variable where the name of the serial port stored in the config file will be stored  | 
  
   
 
 
The documentation for this class was generated from the following files: