Abstract ROS Service Server Proxy. More...
#include <rtt_rosservice_proxy.h>
Public Member Functions | |
virtual bool | connect (RTT::TaskContext *owner, RTT::OperationInterfacePart *operation)=0 |
Connect an RTT Operation to this ROS service server. More... | |
ROSServiceServerProxyBase (const std::string &service_name) | |
Public Member Functions inherited from ROSServiceProxyBase | |
const std::string & | getServiceName () const |
Get the name of the ROS service. More... | |
ROSServiceProxyBase (const std::string &service_name) | |
virtual | ~ROSServiceProxyBase () |
Protected Attributes | |
ros::ServiceServer | server_ |
The underlying ROS service server. More... | |
Abstract ROS Service Server Proxy.
Definition at line 28 of file rtt_rosservice_proxy.h.
|
inline |
Definition at line 31 of file rtt_rosservice_proxy.h.
|
pure virtual |
Connect an RTT Operation to this ROS service server.
Implemented in ROSServiceServerProxy< ROS_SERVICE_T >.
|
protected |
The underlying ROS service server.
Definition at line 40 of file rtt_rosservice_proxy.h.