Orocos Real-Time Toolkit  2.9.0
Public Types | Public Member Functions | List of all members
RTT::internal::CollectBaseImpl< 3, Ft > Struct Template Referenceabstract

#include <rtt/internal/CollectBase.hpp>

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 ~CollectBaseImpl ()
 
virtual SendStatus collect ()=0
 Collect F without returning the results. More...
 
virtual SendStatus collect (arg1_type a1, arg2_type a2, arg3_type a3)=0
 Collect a void(arg1_type) F or arg1_type(void) F. More...
 
virtual SendStatus collectIfDone (arg1_type a1, arg2_type a2, arg3_type a3)=0
 

Detailed Description

template<class Ft>
struct RTT::internal::CollectBaseImpl< 3, Ft >

Definition at line 135 of file CollectBase.hpp.

Member Typedef Documentation

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

Definition at line 137 of file CollectBase.hpp.

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

Definition at line 138 of file CollectBase.hpp.

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

Definition at line 139 of file CollectBase.hpp.

Constructor & Destructor Documentation

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

Definition at line 140 of file CollectBase.hpp.

Member Function Documentation

template<class Ft >
virtual SendStatus RTT::internal::CollectBaseImpl< 3, Ft >::collect ( )
pure virtual

Collect F without returning the results.

Returns
template<class Ft >
virtual SendStatus RTT::internal::CollectBaseImpl< 3, Ft >::collect ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3 
)
pure virtual

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

Returns
template<class Ft >
virtual SendStatus RTT::internal::CollectBaseImpl< 3, Ft >::collectIfDone ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3 
)
pure virtual

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