|
iceoryx_doc
1.0.1
|
Public Member Functions | |
| TomlRouDiConfigFileProvider (iox::config::CmdLineArgs_t &cmdLineArgs) | |
| iox::cxx::expected< iox::RouDiConfig_t, iox::roudi::RouDiConfigFileParseError > | parse () override |
| interface to parse a config file which needs to be implemented for a custom parser More... | |
Additional Inherited Members | |
Protected Attributes inherited from iox::roudi::RouDiConfigFileProvider | |
| ConfigFilePathString_t | m_customConfigFilePath |
|
overridevirtual |
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.