#include <parameter_pa_ros.h>
Public Member Functions | |
bool | load (const std::string name, bool &value, const bool print_default=true) const |
bool | load (const std::string name, std::string &value, const bool print_default=true) const |
bool | load (const std::string name, int &value, const bool print_default=true) const |
bool | load (const std::string name, double &value, const bool print_default=true) const |
bool | load (const std::string name, std::vector< bool > &value, const bool print_default=true) const |
bool | load (const std::string name, std::vector< std::string > &value, const bool print_default=true) const |
bool | load (const std::string name, std::vector< int > &value, const bool print_default=true) const |
bool | load (const std::string name, std::vector< double > &value, const bool print_default=true) const |
bool | load (const std::string name, Eigen::MatrixXf &value, const bool print_default=true) const |
bool | load_path (const std::string name, std::string &value, const bool print_default=true) const |
bool | load_topic (const std::string name, std::string &value, const bool print_default=true) const |
deprecated function names, just for compatibilityMore... | |
bool | loadPath (const std::string name, std::string &value, const bool print_default=true) const |
bool | loadTopic (const std::string name, std::string &value, const bool print_default=true) const |
Static Public Member Functions | |
static std::string | bool_to_str (const bool value) |
static std::string | boolToStr (const bool value) |
static bool | replace_findpack (std::string &path) |
static bool | replaceFindpack (std::string &path) |
static void | resolve_ressourcename (std::string &name) |
static std::string | resolveRessourcename (const std::string name) |
Private Member Functions | |
void | loadSub (const std::string &n, const std::string &v, const bool p, const bool r) const |
private functionsMore... | |
Static Private Member Functions | |
static std::list< std::string > | splitRessourcename (const std::string name) |
Private Attributes | |
ros::NodeHandle | nh_ |
Definition at line 59 of file parameter_pa_ros.h.
|
static |
Definition at line 515 of file parameter_pa_ros.cpp.
|
static |
Definition at line 477 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
bool & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 63 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
std::string & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 76 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
int & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 123 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
double & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 138 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
std::vector< bool > & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 153 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
std::vector< std::string > & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 177 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
std::vector< int > & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 201 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
std::vector< double > & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 225 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load | ( | const std::string | name, |
Eigen::MatrixXf & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 249 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load_path | ( | const std::string | name, |
std::string & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 496 of file parameter_pa_ros.cpp.
bool cParameterPaRos::load_topic | ( | const std::string | name, |
std::string & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 489 of file parameter_pa_ros.cpp.
bool cParameterPaRos::loadPath | ( | const std::string | name, |
std::string & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 109 of file parameter_pa_ros.cpp.
|
private |
Definition at line 522 of file parameter_pa_ros.cpp.
bool cParameterPaRos::loadTopic | ( | const std::string | name, |
std::string & | value, | ||
const bool | print_default = true |
||
) | const |
Definition at line 89 of file parameter_pa_ros.cpp.
|
static |
Definition at line 503 of file parameter_pa_ros.cpp.
|
static |
Definition at line 326 of file parameter_pa_ros.cpp.
|
static |
Definition at line 509 of file parameter_pa_ros.cpp.
|
static |
Definition at line 374 of file parameter_pa_ros.cpp.
|
staticprivate |
Definition at line 541 of file parameter_pa_ros.cpp.
|
private |
Definition at line 120 of file parameter_pa_ros.h.