Public Types | |
typedef uavcan::MethodBinder< EmptyServerImpl *, void(EmptyServerImpl::*)(const uavcan::ReceivedDataStructure< root_ns_a::EmptyService::Request > &, root_ns_a::EmptyService::Response &)> | Binder |
Public Member Functions | |
Binder | bind () |
void | handleRequest (const uavcan::ReceivedDataStructure< root_ns_a::EmptyService::Request > &request, root_ns_a::EmptyService::Response &) |
Definition at line 39 of file service_server.cpp.
typedef uavcan::MethodBinder<EmptyServerImpl*, void (EmptyServerImpl::*)(const uavcan::ReceivedDataStructure<root_ns_a::EmptyService::Request>&, root_ns_a::EmptyService::Response&)> EmptyServerImpl::Binder |
Definition at line 49 of file service_server.cpp.
|
inline |
Definition at line 51 of file service_server.cpp.
|
inline |
Definition at line 41 of file service_server.cpp.