|
using | funcptr_t = bool (*)(const std::string&, const std::string&) |
|
using | funcptr_t = bool (*)(const std::string&, const std::string&) |
|
◆ funcptr_t [1/2]
◆ funcptr_t [2/2]
◆ WorldInterfaceServer_rename_helper() [1/4]
GazeboYarpPlugins::WorldInterfaceServer_rename_helper::WorldInterfaceServer_rename_helper |
( |
| ) |
|
|
default |
◆ WorldInterfaceServer_rename_helper() [2/4]
GazeboYarpPlugins::WorldInterfaceServer_rename_helper::WorldInterfaceServer_rename_helper |
( |
const std::string & | old_name, |
|
|
const std::string & | new_name ) |
◆ WorldInterfaceServer_rename_helper() [3/4]
GazeboYarpPlugins::WorldInterfaceServer_rename_helper::WorldInterfaceServer_rename_helper |
( |
| ) |
|
|
default |
◆ WorldInterfaceServer_rename_helper() [4/4]
GazeboYarpPlugins::WorldInterfaceServer_rename_helper::WorldInterfaceServer_rename_helper |
( |
const std::string & | old_name, |
|
|
const std::string & | new_name ) |
◆ write() [1/2]
bool GazeboYarpPlugins::WorldInterfaceServer_rename_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [1/2]
bool GazeboYarpPlugins::WorldInterfaceServer_rename_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [1/2]
◆ write() [2/2]
bool GazeboYarpPlugins::WorldInterfaceServer_rename_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [2/2]
bool GazeboYarpPlugins::WorldInterfaceServer_rename_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [2/2]
◆ cmd
Command GazeboYarpPlugins::WorldInterfaceServer_rename_helper::cmd |
◆ reply
Reply GazeboYarpPlugins::WorldInterfaceServer_rename_helper::reply |
◆ s_tag
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_tag {"rename"} |
|
staticconstexpr |
◆ s_tag_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_tag_len {1} |
|
staticconstexpr |
◆ s_cmd_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_cmd_len {3} |
|
staticconstexpr |
◆ s_reply_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_reply_len {1} |
|
staticconstexpr |
◆ s_prototype
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_prototype {"bool WorldInterfaceServer::rename(const std::string& old_name, const std::string& new_name)"} |
|
staticconstexpr |
◆ s_help
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_rename_helper::s_help |
|
staticconstexpr |
Initial value:{
"Change the names of an object.\n"
"@param old_name string that identifies object in gazebo\n"
"@param new_name string that will be used as new name\n"
"@return true if success, false otherwise"
}
The documentation for this class was generated from the following files: