iceoryx_doc
1.0.1
|
The TomlGatewayConfigParser class provides methods for parsing gateway configs from toml text files. More...
#include <toml_gateway_config_parser.hpp>
Static Public Member Functions | |
static cxx::expected< GatewayConfig, TomlGatewayConfigParseError > | parse () |
static cxx::expected< GatewayConfig, TomlGatewayConfigParseError > | parse (const roudi::ConfigFilePathString_t &path) |
Static Protected Member Functions | |
static cxx::expected< TomlGatewayConfigParseError > | validate (const cpptoml::table &parsedToml) noexcept |
The TomlGatewayConfigParser class provides methods for parsing gateway configs from toml text files.