#include <hebiros_parameters.h>
Definition at line 7 of file hebiros_parameters.h.
bool HebirosParameters::getBool |
( |
std::string |
name | ) |
|
|
static |
int HebirosParameters::getInt |
( |
std::string |
name | ) |
|
|
static |
void HebirosParameters::loadBool |
( |
std::string |
name | ) |
|
|
static |
void HebirosParameters::loadInt |
( |
std::string |
name | ) |
|
|
static |
void HebirosParameters::setBool |
( |
std::string |
name, |
|
|
bool |
value |
|
) |
| |
|
static |
void HebirosParameters::setInt |
( |
std::string |
name, |
|
|
int |
value |
|
) |
| |
|
static |
void HebirosParameters::setNodeParameters |
( |
| ) |
|
|
static |
std::map< std::string, bool > HebirosParameters::bool_parameters |
|
staticprivate |
std::map< std::string, bool > HebirosParameters::bool_parameters_default |
|
staticprivate |
std::map< std::string, int > HebirosParameters::int_parameters |
|
staticprivate |
std::map< std::string, int > HebirosParameters::int_parameters_default |
|
staticprivate |
Initial value:=
{{"hebiros/node_frequency", 200},
{"hebiros/action_frequency", 200},
{"hebiros/feedback_frequency", 100},
{"hebiros/command_lifetime", 100}}
Definition at line 23 of file hebiros_parameters.h.
The documentation for this class was generated from the following files: