Abstract ROS Service Proxy. More...
#include <rtt_rosservice_proxy.h>
Public Member Functions | |
const std::string & | getServiceName () const |
Get the name of the ROS service. More... | |
ROSServiceProxyBase (const std::string &service_name) | |
virtual | ~ROSServiceProxyBase () |
Private Attributes | |
std::string | service_name_ |
ROS Service name (fully qualified) More... | |
Abstract ROS Service Proxy.
Definition at line 14 of file rtt_rosservice_proxy.h.
|
inline |
Definition at line 17 of file rtt_rosservice_proxy.h.
|
inlinevirtual |
Definition at line 18 of file rtt_rosservice_proxy.h.
|
inline |
Get the name of the ROS service.
Definition at line 20 of file rtt_rosservice_proxy.h.
|
private |
ROS Service name (fully qualified)
Definition at line 23 of file rtt_rosservice_proxy.h.