iceoryx_posh 2.0.5
Loading...
Searching...
No Matches
Static Public Member Functions | Static Protected Member Functions | List of all members
iox::config::TomlGatewayConfigParser Class Reference

The TomlGatewayConfigParser class provides methods for parsing gateway configs from toml text files. More...

#include <iceoryx_posh/gateway/toml_gateway_config_parser.hpp>

Static Public Member Functions

static cxx::expected< GatewayConfig, TomlGatewayConfigParseError > parse (const roudi::ConfigFilePathString_t &path=roudi::ConfigFilePathString_t(DEFAULT_CONFIG_FILE_PATH)) noexcept
 

Static Protected Member Functions

static cxx::expected< TomlGatewayConfigParseError > validate (const cpptoml::table &parsedToml) noexcept
 

Detailed Description

The TomlGatewayConfigParser class provides methods for parsing gateway configs from toml text files.


The documentation for this class was generated from the following file: