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