Public Types | Public Member Functions | Public Attributes | List of all members
ServiceClientWithCollector< DataType > Struct Template Reference

#include <helpers.hpp>

Public Types

typedef ServiceCallResultCollector< DataType > Collector
 
typedef uavcan::ServiceClient< DataType, typename Collector::BinderServiceClient
 

Public Member Functions

int call (uavcan::NodeID node_id, const typename DataType::Request &request)
 
 ServiceClientWithCollector (uavcan::INode &node)
 

Public Attributes

ServiceClient client
 
Collector collector
 

Detailed Description

template<typename DataType>
struct ServiceClientWithCollector< DataType >

Definition at line 99 of file libuavcan/libuavcan/test/protocol/helpers.hpp.

Member Typedef Documentation

◆ Collector

template<typename DataType >
typedef ServiceCallResultCollector<DataType> ServiceClientWithCollector< DataType >::Collector

◆ ServiceClient

template<typename DataType >
typedef uavcan::ServiceClient<DataType, typename Collector::Binder> ServiceClientWithCollector< DataType >::ServiceClient

Constructor & Destructor Documentation

◆ ServiceClientWithCollector()

template<typename DataType >
ServiceClientWithCollector< DataType >::ServiceClientWithCollector ( uavcan::INode node)
inline

Member Function Documentation

◆ call()

template<typename DataType >
int ServiceClientWithCollector< DataType >::call ( uavcan::NodeID  node_id,
const typename DataType::Request &  request 
)
inline

Member Data Documentation

◆ client

template<typename DataType >
ServiceClient ServiceClientWithCollector< DataType >::client

◆ collector

template<typename DataType >
Collector ServiceClientWithCollector< DataType >::collector

The documentation for this struct was generated from the following file:


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04