Typedef eCAL::MethodCallbackT¶
Defined in File ecal_service_info.h
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).
- Parameters
method_
: The method name.req_type_
: The type of the method request.resp_type_
: The type of the method response.request_
: The request.response_
: The response returned from the method call.