internal More...
Functions | |
ROSCPP_DECL XmlRpc::XmlRpcValue | responseBool (int code, const std::string &msg, bool response) |
ROSCPP_DECL XmlRpc::XmlRpcValue | responseInt (int code, const std::string &msg, int response) |
ROSCPP_DECL XmlRpc::XmlRpcValue | responseStr (int code, const std::string &msg, const std::string &response) |
internal
XmlRpc::XmlRpcValue ros::xmlrpc::responseBool | ( | int | code, |
const std::string & | msg, | ||
bool | response | ||
) |
Definition at line 61 of file xmlrpc_manager.cpp.
XmlRpc::XmlRpcValue ros::xmlrpc::responseInt | ( | int | code, |
const std::string & | msg, | ||
int | response | ||
) |
Definition at line 52 of file xmlrpc_manager.cpp.
XmlRpc::XmlRpcValue ros::xmlrpc::responseStr | ( | int | code, |
const std::string & | msg, | ||
const std::string & | response | ||
) |
Definition at line 43 of file xmlrpc_manager.cpp.