#include <plugin_config.hpp>
|
| PluginConfig (const std::string &type, const std::string &name) |
|
|
std::string | type_ |
|
std::string | name_ |
|
std::map< std::string, bool > | bools_ |
|
std::map< std::string, float > | floats_ |
|
std::map< std::string, std::string > | strings_ |
|
std::map< std::string, std::vector< bool > > | bool_lists_ |
|
std::map< std::string, std::vector< float > > | float_lists_ |
|
std::map< std::string, std::vector< std::string > > | string_lists_ |
|
◆ PluginConfig()
hebi::experimental::arm::PluginConfig::PluginConfig |
( |
const std::string & |
type, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ type_
std::string hebi::experimental::arm::PluginConfig::type_ |
◆ name_
std::string hebi::experimental::arm::PluginConfig::name_ |
◆ bools_
std::map<std::string, bool> hebi::experimental::arm::PluginConfig::bools_ |
◆ floats_
std::map<std::string, float> hebi::experimental::arm::PluginConfig::floats_ |
◆ strings_
std::map<std::string, std::string> hebi::experimental::arm::PluginConfig::strings_ |
◆ bool_lists_
std::map<std::string, std::vector<bool> > hebi::experimental::arm::PluginConfig::bool_lists_ |
◆ float_lists_
std::map<std::string, std::vector<float> > hebi::experimental::arm::PluginConfig::float_lists_ |
◆ string_lists_
std::map<std::string, std::vector<std::string> > hebi::experimental::arm::PluginConfig::string_lists_ |
The documentation for this struct was generated from the following file: