#include <service_client.h>
Public Member Functions | |
template<class Goal , class Result > | |
bool | call (const Goal &goal, Result &result) |
bool | isServerConnected () |
ServiceClient (boost::shared_ptr< ServiceClientImp > client) | |
bool | waitForServer (const ros::Duration &timeout=ros::Duration(0, 0)) |
Private Attributes | |
boost::shared_ptr< ServiceClientImp > | client_ |
Definition at line 95 of file service_client.h.
|
inline |
Definition at line 98 of file service_client.h.
bool actionlib::ServiceClient::call | ( | const Goal & | goal, |
Result & | result | ||
) |
Definition at line 134 of file service_client_imp.h.
bool actionlib::ServiceClient::isServerConnected | ( | ) |
Definition at line 145 of file service_client_imp.h.
bool actionlib::ServiceClient::waitForServer | ( | const ros::Duration & | timeout = ros::Duration(0, 0) | ) |
Definition at line 140 of file service_client_imp.h.
|
private |
Definition at line 108 of file service_client.h.