rapid
A ROS robotics library.
|
#include <service_client.h>
Public Member Functions | |
MockServiceClient () | |
virtual bool | call (Service &srv) |
virtual bool | call (typename Service::Request &req, typename Service::Response &res) |
void | set_success (bool success) |
void | set_response (const typename Service::Response &response) |
![]() | |
virtual | ~ServiceClientInterface () |
Definition at line 38 of file service_client.h.
rapid_ros::MockServiceClient< Service >::MockServiceClient | ( | ) |
Definition at line 72 of file service_client.h.
|
virtual |
Implements rapid_ros::ServiceClientInterface< Service >.
Definition at line 76 of file service_client.h.
|
virtual |
Implements rapid_ros::ServiceClientInterface< Service >.
Definition at line 86 of file service_client.h.
void rapid_ros::MockServiceClient< Service >::set_response | ( | const typename Service::Response & | response | ) |
Definition at line 101 of file service_client.h.
void rapid_ros::MockServiceClient< Service >::set_success | ( | bool | success | ) |
Definition at line 96 of file service_client.h.