hebiros_parameters.h
Go to the documentation of this file.
1 #ifndef HEBIROS_PARAMETERS_H
2 #define HEBIROS_PARAMETERS_H
3 
4 #include "ros/ros.h"
5 
6 
8 
9  public:
10 
11  static void setNodeParameters();
12  static void loadBool(std::string name);
13  static void setBool(std::string name, bool value);
14  static bool getBool(std::string name);
15  static void loadInt(std::string name);
16  static void setInt(std::string name, int value);
17  static int getInt(std::string name);
18 
19  private:
20 
21  static std::map<std::string, bool> bool_parameters_default;
22  static std::map<std::string, bool> bool_parameters;
23  static std::map<std::string, int> int_parameters_default;
24  static std::map<std::string, int> int_parameters;
25 
26 };
27 
28 #endif
static int getInt(std::string name)
static std::map< std::string, bool > bool_parameters_default
static void setInt(std::string name, int value)
static std::map< std::string, bool > bool_parameters
static void loadInt(std::string name)
static bool getBool(std::string name)
static void setNodeParameters()
static void setBool(std::string name, bool value)
static std::map< std::string, int > int_parameters_default
static void loadBool(std::string name)
static std::map< std::string, int > int_parameters


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:08:14