Orocos Real-Time Toolkit
2.6.0
|
Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature. More...
#include <rtt/internal/Invoker.hpp>
Inherits InvokerImpl< boost::function_traits< F >::arity, F, BaseImpl >.
Inherited by RTT::internal::LocalOperationCaller< Signature >.
Creates an invocation object with a function signature to invoke and an implementation in which an operator(args) is available which has this signature.
Definition at line 61 of file Invoker.hpp.