#include "ros/xmlrpc_manager.h"
#include "ros/network.h"
#include "ros/param.h"
#include "ros/assert.h"
#include "ros/common.h"
#include "ros/file_log.h"
Go to the source code of this file.
Classes | |
class | ros::XMLRPCCallWrapper |
Namespaces | |
namespace | ros |
namespace | ros::xmlrpc |
internal | |
Functions | |
void | ros::getPid (const XmlRpcValue ¶ms, XmlRpcValue &result) |
XmlRpc::XmlRpcValue | ros::xmlrpc::responseBool (int code, const std::string &msg, bool response) |
XmlRpc::XmlRpcValue | ros::xmlrpc::responseInt (int code, const std::string &msg, int response) |
XmlRpc::XmlRpcValue | ros::xmlrpc::responseStr (int code, const std::string &msg, const std::string &response) |
Variables | |
XMLRPCManagerPtr | ros::g_xmlrpc_manager |
boost::mutex | ros::g_xmlrpc_manager_mutex |