HEBI C++ API  3.12.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hebi::arm::PluginConfig Struct Reference

#include <plugin_config.hpp>

Public Member Functions

 PluginConfig (const std::string &type, const std::string &name)
 

Public Attributes

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_
 

Constructor & Destructor Documentation

◆ PluginConfig()

hebi::arm::PluginConfig::PluginConfig ( const std::string &  type,
const std::string &  name 
)
inline

Member Data Documentation

◆ 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: