#include <Utils.hh>
|
| | ConfigurationSetup () |
| |
| | ~ConfigurationSetup ()=default |
| |
| void | ReadConfigFile (std::string configFileName, std::string *casterName, std::string *serialPortName, std::vector< std::string > *labels) |
| | Reads a configuration files and attibutes values to a caster name and a serial port name.
|
| |
◆ ConfigurationSetup()
| petitpoucet::utils::filemanipulation::ConfigurationSetup::ConfigurationSetup |
( |
| ) |
|
|
inline |
◆ ~ConfigurationSetup()
| petitpoucet::utils::filemanipulation::ConfigurationSetup::~ConfigurationSetup |
( |
| ) |
|
|
default |
◆ ReadConfigFile()
| void petitpoucet::utils::filemanipulation::ConfigurationSetup::ReadConfigFile |
( |
std::string |
configFileName, |
|
|
std::string * |
casterName, |
|
|
std::string * |
serialPortName, |
|
|
std::vector< std::string > * |
labels |
|
) |
| |
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 |
| std::vector<std::string>* | labels the vector of pointers where the labels stored in the config file will be stored |
The documentation for this class was generated from the following files: