Public Types | Public Member Functions | List of all members
RTT::internal::CollectBaseImpl< 6, Ft > Struct Template Referenceabstract

#include <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
 
typedef boost::function< Ft >::arg4_type arg4_type
 
typedef boost::function< Ft >::arg5_type arg5_type
 
typedef boost::function< Ft >::arg6_type arg6_type
 

Public Member Functions

virtual SendStatus collect ()=0
 
virtual SendStatus collect (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6)=0
 
virtual SendStatus collectIfDone (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6)=0
 
virtual ~CollectBaseImpl ()
 

Detailed Description

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

Definition at line 204 of file CollectBase.hpp.

Member Typedef Documentation

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

Definition at line 206 of file CollectBase.hpp.

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

Definition at line 207 of file CollectBase.hpp.

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

Definition at line 208 of file CollectBase.hpp.

template<class Ft >
typedef boost::function<Ft>::arg4_type RTT::internal::CollectBaseImpl< 6, Ft >::arg4_type

Definition at line 209 of file CollectBase.hpp.

template<class Ft >
typedef boost::function<Ft>::arg5_type RTT::internal::CollectBaseImpl< 6, Ft >::arg5_type

Definition at line 210 of file CollectBase.hpp.

template<class Ft >
typedef boost::function<Ft>::arg6_type RTT::internal::CollectBaseImpl< 6, Ft >::arg6_type

Definition at line 211 of file CollectBase.hpp.

Constructor & Destructor Documentation

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

Definition at line 212 of file CollectBase.hpp.

Member Function Documentation

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

Collect F without returning the results.

Returns
template<class Ft >
virtual SendStatus RTT::internal::CollectBaseImpl< 6, Ft >::collect ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6 
)
pure virtual

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

Returns
template<class Ft >
virtual SendStatus RTT::internal::CollectBaseImpl< 6, Ft >::collectIfDone ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5,
arg6_type  a6 
)
pure virtual

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


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:46