Typedef eCAL::MethodCallbackT#

Typedef Documentation#

typedef std::function<int(const std::string &method_, const std::string &req_type_, const std::string &resp_type_, const std::string &request_, std::string &response_)> eCAL::MethodCallbackT#

Service method callback function type (low level server interface).

Param method_

The method name.

Param req_type_

The type of the method request.

Param resp_type_

The type of the method response.

Param request_

The request.

Param response_

The response returned from the method call.