Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | List of all members
RTT::internal::CollectImpl< 3, Ft, BaseImpl > Struct Template Reference

#include <rtt/internal/Collect.hpp>

Inheritance diagram for RTT::internal::CollectImpl< 3, Ft, BaseImpl >:

Public Types

typedef boost::function< Ft >::arg1_type arg1_type
 
typedef boost::function< Ft >::arg2_type arg2_type
 
typedef boost::function< Ft >::arg3_type arg3_type
 

Public Member Functions

virtual ~CollectImpl ()
 
virtual SendStatus collect ()
 Collect F without returning the results. More...
 
virtual SendStatus collect (arg1_type a1, arg2_type a2, arg3_type a3)
 Collect a void(arg1_type) F or arg1_type(void) F. More...
 
virtual SendStatus collectIfDone (arg1_type a1, arg2_type a2, arg3_type a3)
 

Detailed Description

template<class Ft, class BaseImpl>
struct RTT::internal::CollectImpl< 3, Ft, BaseImpl >

Definition at line 152 of file Collect.hpp.

Member Typedef Documentation

template<class Ft , class BaseImpl >
typedef boost::function<Ft>::arg1_type RTT::internal::CollectImpl< 3, Ft, BaseImpl >::arg1_type

Definition at line 155 of file Collect.hpp.

template<class Ft , class BaseImpl >
typedef boost::function<Ft>::arg2_type RTT::internal::CollectImpl< 3, Ft, BaseImpl >::arg2_type

Definition at line 156 of file Collect.hpp.

template<class Ft , class BaseImpl >
typedef boost::function<Ft>::arg3_type RTT::internal::CollectImpl< 3, Ft, BaseImpl >::arg3_type

Definition at line 157 of file Collect.hpp.

Constructor & Destructor Documentation

template<class Ft , class BaseImpl >
virtual RTT::internal::CollectImpl< 3, Ft, BaseImpl >::~CollectImpl ( )
inlinevirtual

Definition at line 158 of file Collect.hpp.

Member Function Documentation

template<class Ft , class BaseImpl >
virtual SendStatus RTT::internal::CollectImpl< 3, Ft, BaseImpl >::collect ( )
inlinevirtual

Collect F without returning the results.

Returns

Definition at line 164 of file Collect.hpp.

template<class Ft , class BaseImpl >
virtual SendStatus RTT::internal::CollectImpl< 3, Ft, BaseImpl >::collect ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3 
)
inlinevirtual

Collect a void(arg1_type) F or arg1_type(void) F.

Returns

Definition at line 173 of file Collect.hpp.

template<class Ft , class BaseImpl >
virtual SendStatus RTT::internal::CollectImpl< 3, Ft, BaseImpl >::collectIfDone ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3 
)
inlinevirtual

Definition at line 177 of file Collect.hpp.


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