Public Types | Public Member Functions | List of all members
RTT::internal::CollectImpl< 6, Ft, BaseImpl > Struct Template Reference

#include <Collect.hpp>

Inheritance diagram for RTT::internal::CollectImpl< 6, Ft, BaseImpl >:
Inheritance graph
[legend]

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 ()
 
virtual SendStatus collect (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6)
 
virtual SendStatus collectIfDone (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6)
 
virtual ~CollectImpl ()
 

Detailed Description

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

Definition at line 251 of file Collect.hpp.

Member Typedef Documentation

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

Definition at line 254 of file Collect.hpp.

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

Definition at line 255 of file Collect.hpp.

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

Definition at line 256 of file Collect.hpp.

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

Definition at line 257 of file Collect.hpp.

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

Definition at line 258 of file Collect.hpp.

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

Definition at line 259 of file Collect.hpp.

Constructor & Destructor Documentation

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

Definition at line 260 of file Collect.hpp.

Member Function Documentation

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

Collect F without returning the results.

Returns

Definition at line 266 of file Collect.hpp.

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

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

Returns

Definition at line 275 of file Collect.hpp.

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

Definition at line 279 of file Collect.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:43