Orocos Real-Time Toolkit
2.6.0
|
This struct takes the user's Function signature F and transforms it to the form required in the CollectImpl template specialisations. More...
#include <rtt/internal/Collect.hpp>
Inherited by RTT::internal::ReturnImpl< 0, F, BaseImpl >, RTT::internal::ReturnImpl< 1, F, BaseImpl >, RTT::internal::ReturnImpl< 2, F, BaseImpl >, RTT::internal::ReturnImpl< 3, F, BaseImpl >, RTT::internal::ReturnImpl< 4, F, BaseImpl >, RTT::internal::ReturnImpl< 5, F, BaseImpl >, RTT::internal::ReturnImpl< 6, F, BaseImpl >, and RTT::internal::ReturnImpl< 7, F, BaseImpl >.
Public Types | |
typedef boost::function_traits < F >::result_type | result_type |
Public Member Functions | |
SendStatus | collect () |
SendStatus | collectIfDone () |
result_type | ret () |
This struct takes the user's Function signature F and transforms it to the form required in the CollectImpl template specialisations.
Definition at line 60 of file Collect.hpp.