Orocos Real-Time Toolkit  2.5.0
RTT::internal::InvokerBase< F > Struct Template Reference

This is the base class that defines the interface of all invocable method implementations. More...

#include <rtt/internal/InvokerBase.hpp>

Inheritance diagram for RTT::internal::InvokerBase< F >:
RTT::base::OperationCallerBase< F >

Detailed Description

template<class F>
struct RTT::internal::InvokerBase< F >

This is the base class that defines the interface of all invocable method implementations.

Any invocable method implementation must inherit from this class such that it can be used transparantly by the OperationCaller, Operation and SendHandle containers.

Definition at line 69 of file InvokerBase.hpp.


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