|
iceoryx_doc
1.0.1
|
Base class for a config file provider. More...
#include <roudi_config_file_provider.hpp>
Public Member Functions | |
| virtual cxx::expected< RouDiConfig_t, RouDiConfigFileParseError > | parse ()=0 |
| interface to parse a config file which needs to be implemented for a custom parser More... | |
Protected Attributes | |
| ConfigFilePathString_t | m_customConfigFilePath |
Base class for a config file provider.
|
pure virtual |
interface to parse a config file which needs to be implemented for a custom parser
| [in] | configFilePath | to the custom RouDi config file |
Implemented in iox::config::TomlRouDiConfigFileProvider.