iceoryx_posh 2.0.3
|
Public Member Functions | |
TomlRouDiConfigFileProvider (iox::config::CmdLineArgs_t &cmdLineArgs) noexcept | |
iox::cxx::expected< iox::RouDiConfig_t, iox::roudi::RouDiConfigFileParseError > | parse () noexcept override |
interface to parse a config file which needs to be implemented for a custom parser More... | |
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... | |
Additional Inherited Members | |
![]() | |
ConfigFilePathString_t | m_customConfigFilePath |
|
overridevirtualnoexcept |
interface to parse a config file which needs to be implemented for a custom parser
[in] | configFilePath | to the custom RouDi config file |
Implements iox::roudi::RouDiConfigFileProvider.