#include <parameter_pa_ros.h>
|
bool | load (const std::string name, bool &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, Eigen::MatrixXf &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, std::string &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< double > &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< std::string > &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 |
|
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 |
|
|
void | loadSub (const std::string &n, const std::string &v, const bool p, const bool r) const |
|
Definition at line 59 of file parameter_pa_ros.h.
◆ bool_to_str()
std::string cParameterPaRos::bool_to_str |
( |
const bool |
value | ) |
|
|
static |
◆ boolToStr()
std::string cParameterPaRos::boolToStr |
( |
const bool |
value | ) |
|
|
static |
◆ load() [1/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
bool & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [2/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
double & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [3/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
Eigen::MatrixXf & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [4/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
int & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [5/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
std::string & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [6/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
std::vector< bool > & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [7/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
std::vector< double > & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [8/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
std::vector< int > & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load() [9/9]
bool cParameterPaRos::load |
( |
const std::string |
name, |
|
|
std::vector< std::string > & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load_path()
bool cParameterPaRos::load_path |
( |
const std::string |
name, |
|
|
std::string & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ load_topic()
bool cParameterPaRos::load_topic |
( |
const std::string |
name, |
|
|
std::string & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ loadPath()
bool cParameterPaRos::loadPath |
( |
const std::string |
name, |
|
|
std::string & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ loadSub()
void cParameterPaRos::loadSub |
( |
const std::string & |
n, |
|
|
const std::string & |
v, |
|
|
const bool |
p, |
|
|
const bool |
r |
|
) |
| const |
|
private |
◆ loadTopic()
bool cParameterPaRos::loadTopic |
( |
const std::string |
name, |
|
|
std::string & |
value, |
|
|
const bool |
print_default = true |
|
) |
| const |
◆ replace_findpack()
bool cParameterPaRos::replace_findpack |
( |
std::string & |
path | ) |
|
|
static |
◆ replaceFindpack()
bool cParameterPaRos::replaceFindpack |
( |
std::string & |
path | ) |
|
|
static |
◆ resolve_ressourcename()
void cParameterPaRos::resolve_ressourcename |
( |
std::string & |
name | ) |
|
|
static |
◆ resolveRessourcename()
std::string cParameterPaRos::resolveRessourcename |
( |
const std::string |
name | ) |
|
|
static |
◆ splitRessourcename()
std::list< std::string > cParameterPaRos::splitRessourcename |
( |
const std::string |
name | ) |
|
|
staticprivate |
◆ nh_
The documentation for this class was generated from the following files: