#include <helpers.hpp>
Classes | |
class | Result |
Public Types | |
typedef uavcan::MethodBinder< ServiceCallResultCollector *, void(ServiceCallResultCollector::*)(const uavcan::ServiceCallResult< DataType > &)> | Binder |
Public Member Functions | |
Binder | bind () |
Public Attributes | |
std::unique_ptr< Result > | result |
Private Types | |
typedef uavcan::ServiceCallResult< DataType > | ServiceCallResult |
Private Member Functions | |
void | handler (const uavcan::ServiceCallResult< DataType > &tmp_result) |
![]() | |
Noncopyable () | |
~Noncopyable () | |
Definition at line 50 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
typedef uavcan::MethodBinder<ServiceCallResultCollector*, void (ServiceCallResultCollector::*)(const uavcan::ServiceCallResult<DataType>&)> ServiceCallResultCollector< DataType >::Binder |
Definition at line 92 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
|
private |
Definition at line 52 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
|
inline |
Definition at line 94 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
|
inlineprivate |
Definition at line 81 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
std::unique_ptr<Result> ServiceCallResultCollector< DataType >::result |
Definition at line 88 of file libuavcan/libuavcan/test/protocol/helpers.hpp.