#include <rtt_rosservice_proxy.h>
Public Member Functions | |
virtual ROSServiceClientProxyBase * | create_client_proxy (const std::string &service_name) |
Get a proxy to a ROS service client. More... | |
virtual ROSServiceServerProxyBase * | create_server_proxy (const std::string &service_name) |
Get a proxy to a ROS service server. More... | |
ROSServiceProxyFactory (const std::string &service_type) | |
Public Member Functions inherited from ROSServiceProxyFactoryBase | |
const std::string & | getType () |
Get the ROS service type. More... | |
ROSServiceProxyFactoryBase (const std::string &service_type) | |
Definition at line 241 of file rtt_rosservice_proxy.h.
|
inline |
Definition at line 245 of file rtt_rosservice_proxy.h.
|
inlinevirtual |
Get a proxy to a ROS service client.
Implements ROSServiceProxyFactoryBase.
Definition at line 247 of file rtt_rosservice_proxy.h.
|
inlinevirtual |
Get a proxy to a ROS service server.
Implements ROSServiceProxyFactoryBase.
Definition at line 251 of file rtt_rosservice_proxy.h.