#include <rve_render_client/registry.h>
#include <rve_rpc/client.h>
#include <map>
#include <boost/thread/mutex.hpp>
#include <ros/assert.h>
Go to the source code of this file.
Namespaces | |
namespace | rve_render_client |
Typedefs | |
typedef std::map< std::string, ProxyCreatorPtr > | rve_render_client::M_ProxyCreator |
Functions | |
rve_interface_gen::Interface * | rve_render_client::createProxy (const std::string &name, rve_rpc::Client &client) |
void | rve_render_client::destroyProxy (const std::string &name, rve_interface_gen::Interface *ifc) |
void | rve_render_client::getProxyNames (V_string &out_names) |
void | rve_render_client::registerProxy (const std::string &name, const ProxyCreatorPtr &creator) |
void | rve_render_client::removeProxy (const std::string &name) |
Variables | |
static boost::mutex | rve_render_client::g_creators_mutex |
static M_ProxyCreator | rve_render_client::g_proxy_creators |