#include <rtt_rosservice_proxy.h>
Public Types | |
typedef RTT::Operation< bool(typename ROS_SERVICE_T::Request &, typename ROS_SERVICE_T::Response &)> | ProxyOperationType |
The proxy RTT operation type for this ROS service. | |
Public Member Functions | |
ROSServiceClientProxy (const std::string &service_name) | |
Private Member Functions | |
bool | orocos_operation_callback (typename ROS_SERVICE_T::Request &request, typename ROS_SERVICE_T::Response &response) |
The callback for the RTT operation. |
Definition at line 107 of file rtt_rosservice_proxy.h.
typedef RTT::Operation<bool(typename ROS_SERVICE_T::Request&, typename ROS_SERVICE_T::Response&)> ROSServiceClientProxy< ROS_SERVICE_T >::ProxyOperationType |
The proxy RTT operation type for this ROS service.
Definition at line 112 of file rtt_rosservice_proxy.h.
ROSServiceClientProxy< ROS_SERVICE_T >::ROSServiceClientProxy | ( | const std::string & | service_name | ) | [inline] |
Definition at line 114 of file rtt_rosservice_proxy.h.
bool ROSServiceClientProxy< ROS_SERVICE_T >::orocos_operation_callback | ( | typename ROS_SERVICE_T::Request & | request, |
typename ROS_SERVICE_T::Response & | response | ||
) | [inline, private] |
The callback for the RTT operation.
Definition at line 134 of file rtt_rosservice_proxy.h.