Public Types | |
typedef uavcan::MethodBinder< StringServerImpl *, void(StringServerImpl::*)(const uavcan::ReceivedDataStructure< root_ns_a::StringService::Request > &, root_ns_a::StringService::Response &)> | Binder |
Public Member Functions | |
Binder | bind () |
void | handleRequest (const uavcan::ReceivedDataStructure< root_ns_a::StringService::Request > &request, root_ns_a::StringService::Response &response) |
StringServerImpl (const char *string_response) | |
Public Attributes | |
const char * | string_response |
Definition at line 15 of file service_server.cpp.
typedef uavcan::MethodBinder<StringServerImpl*, void (StringServerImpl::*)(const uavcan::ReceivedDataStructure<root_ns_a::StringService::Request>&, root_ns_a::StringService::Response&)> StringServerImpl::Binder |
Definition at line 33 of file service_server.cpp.
|
inline |
Definition at line 19 of file service_server.cpp.
|
inline |
Definition at line 35 of file service_server.cpp.
|
inline |
Definition at line 21 of file service_server.cpp.
const char* StringServerImpl::string_response |
Definition at line 17 of file service_server.cpp.