#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, double > | floats_ |
| |
| std::map< std::string, std::string > | strings_ |
| |
| std::map< std::string, std::vector< bool > > | bool_lists_ |
| |
| std::map< std::string, std::vector< double > > | float_lists_ |
| |
| std::map< std::string, std::vector< std::string > > | string_lists_ |
| |
◆ PluginConfig()
| hebi::arm::PluginConfig::PluginConfig |
( |
const std::string & |
type, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ type_
| std::string hebi::arm::PluginConfig::type_ |
◆ name_
| std::string hebi::arm::PluginConfig::name_ |
◆ bools_
| std::map<std::string, bool> hebi::arm::PluginConfig::bools_ |
◆ floats_
| std::map<std::string, double> hebi::arm::PluginConfig::floats_ |
◆ strings_
| std::map<std::string, std::string> hebi::arm::PluginConfig::strings_ |
◆ bool_lists_
| std::map<std::string, std::vector<bool> > hebi::arm::PluginConfig::bool_lists_ |
◆ float_lists_
| std::map<std::string, std::vector<double> > hebi::arm::PluginConfig::float_lists_ |
◆ string_lists_
| std::map<std::string, std::vector<std::string> > hebi::arm::PluginConfig::string_lists_ |
The documentation for this struct was generated from the following file: