#include <helpers.hpp>
Public Types | |
typedef ServiceCallResultCollector< DataType > | Collector |
typedef uavcan::ServiceClient< DataType, typename Collector::Binder > | ServiceClient |
Public Member Functions | |
int | call (uavcan::NodeID node_id, const typename DataType::Request &request) |
ServiceClientWithCollector (uavcan::INode &node) | |
Public Attributes | |
ServiceClient | client |
Collector | collector |
Definition at line 99 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
typedef ServiceCallResultCollector<DataType> ServiceClientWithCollector< DataType >::Collector |
Definition at line 101 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
typedef uavcan::ServiceClient<DataType, typename Collector::Binder> ServiceClientWithCollector< DataType >::ServiceClient |
Definition at line 102 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
|
inline |
Definition at line 107 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
|
inline |
Definition at line 111 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
ServiceClient ServiceClientWithCollector< DataType >::client |
Definition at line 105 of file libuavcan/libuavcan/test/protocol/helpers.hpp.
Collector ServiceClientWithCollector< DataType >::collector |
Definition at line 104 of file libuavcan/libuavcan/test/protocol/helpers.hpp.