iceoryx_posh 2.0.3
|
Base class for a config file provider. More...
#include <iceoryx_posh/roudi/roudi_config_file_provider.hpp>
Public Member Functions | |
virtual cxx::expected< RouDiConfig_t, RouDiConfigFileParseError > | parse () noexcept=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 virtualnoexcept |
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.