1 #ifndef RTT_STD_SRVS_SETBOOL_H 2 #define RTT_STD_SRVS_SETBOOL_H 20 template <
typename Callable>
static bool call(Callable& call, std_srvs::SetBool::Request& request, std_srvs::SetBool::Response& response) {
21 response.success = call(request.data, response.message);
29 template <
typename Callable>
static bool call(Callable& call, std_srvs::SetBool::Request& request, std_srvs::SetBool::Response& response) {
30 response.success = call(request.data);
38 template <
typename Callable>
static bool call(Callable& call, std_srvs::SetBool::Request& request, std_srvs::SetBool::Response& response) {
39 response.message = call(request.data);
40 response.success =
true;
48 template <
typename Callable>
static bool call(Callable& call, std_srvs::SetBool::Request& request, std_srvs::SetBool::Response& response) {
50 response.success =
true;
55 #endif // RTT_STD_SRVS_SETBOOL_H static bool call(Callable &call, std_srvs::SetBool::Request &request, std_srvs::SetBool::Response &response)
RTT::OperationCaller< Signature > ProxyOperationCallerType
static bool call(Callable &call, std_srvs::SetBool::Request &request, std_srvs::SetBool::Response &response)
bool Signature(bool, std::string &)
std::string Signature(bool)
RTT::OperationCaller< Signature > ProxyOperationCallerType
static bool call(Callable &call, std_srvs::SetBool::Request &request, std_srvs::SetBool::Response &response)
RTT::OperationCaller< Signature > ProxyOperationCallerType
RTT::OperationCaller< Signature > ProxyOperationCallerType
static bool call(Callable &call, std_srvs::SetBool::Request &request, std_srvs::SetBool::Response &response)