#include <FusedFunctorDataSource.hpp>
A DataSource that sends a method which gets its arguments from other data sources. The result type of this data source is a SendHandle.
Definition at line 314 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef DataSource<value_t>::const_reference_t RTT::internal::FusedMSendDataSource< Signature >::const_reference_t |
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 319 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef DataSource<value_t>::const_reference_t RTT::internal::FusedMSendDataSource< Signature >::const_reference_t |
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 319 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef SequenceFactory::type RTT::internal::FusedMSendDataSource< Signature >::DataSourceSequence |
Definition at line 322 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef SequenceFactory::type RTT::internal::FusedMSendDataSource< Signature >::DataSourceSequence |
Definition at line 322 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef SendHandle<Signature> RTT::internal::FusedMSendDataSource< Signature >::result_type |
Definition at line 317 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef SendHandle<Signature> RTT::internal::FusedMSendDataSource< Signature >::result_type |
Definition at line 317 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef create_sequence< typename boost::function_types::parameter_types<Signature>::type> RTT::internal::FusedMSendDataSource< Signature >::SequenceFactory |
Definition at line 321 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef create_sequence< typename boost::function_types::parameter_types<Signature>::type> RTT::internal::FusedMSendDataSource< Signature >::SequenceFactory |
Definition at line 321 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef boost::intrusive_ptr<FusedMSendDataSource<Signature> > RTT::internal::FusedMSendDataSource< Signature >::shared_ptr |
Use this type to store a pointer to a DataSourceBase.
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 328 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef boost::intrusive_ptr<FusedMSendDataSource<Signature> > RTT::internal::FusedMSendDataSource< Signature >::shared_ptr |
Use this type to store a pointer to a DataSourceBase.
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 328 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
typedef result_type RTT::internal::FusedMSendDataSource< Signature >::value_t |
The bare type of T is extracted into value_t.
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 318 of file rtt/internal/FusedFunctorDataSource.hpp.
typedef result_type RTT::internal::FusedMSendDataSource< Signature >::value_t |
The bare type of T is extracted into value_t.
Reimplemented from RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 318 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
RTT::internal::FusedMSendDataSource< Signature >::FusedMSendDataSource | ( | typename base::OperationCallerBase< Signature >::shared_ptr | g, | |
const DataSourceSequence & | s = DataSourceSequence() | |||
) | [inline] |
Definition at line 330 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
RTT::internal::FusedMSendDataSource< Signature >::FusedMSendDataSource | ( | typename base::OperationCallerBase< Signature >::shared_ptr | g, | |
const DataSourceSequence & | s = DataSourceSequence() | |||
) | [inline] |
Definition at line 330 of file rtt/internal/FusedFunctorDataSource.hpp.
virtual FusedMSendDataSource<Signature>* RTT::internal::FusedMSendDataSource< Signature >::clone | ( | ) | const [inline, virtual] |
Return a shallow clone of this DataSource. This method returns a duplicate of this instance which re-uses the DataSources this internal::DataSource holds reference to. The clone() function is thus a non-deep copy.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 358 of file rtt/internal/FusedFunctorDataSource.hpp.
virtual FusedMSendDataSource<Signature>* RTT::internal::FusedMSendDataSource< Signature >::clone | ( | ) | const [inline, virtual] |
Return a shallow clone of this DataSource. This method returns a duplicate of this instance which re-uses the DataSources this internal::DataSource holds reference to. The clone() function is thus a non-deep copy.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 358 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
virtual FusedMSendDataSource<Signature>* RTT::internal::FusedMSendDataSource< Signature >::copy | ( | std::map< const base::DataSourceBase *, base::DataSourceBase * > & | alreadyCloned | ) | const [inline, virtual] |
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 362 of file rtt/internal/FusedFunctorDataSource.hpp.
virtual FusedMSendDataSource<Signature>* RTT::internal::FusedMSendDataSource< Signature >::copy | ( | std::map< const base::DataSourceBase *, base::DataSourceBase * > & | alreadyCloned | ) | const [inline, virtual] |
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 362 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
value_t RTT::internal::FusedMSendDataSource< Signature >::get | ( | ) | const [inline, virtual] |
Return the data as type T.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 351 of file rtt/internal/FusedFunctorDataSource.hpp.
value_t RTT::internal::FusedMSendDataSource< Signature >::get | ( | ) | const [inline, virtual] |
Return the data as type T.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 351 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
const_reference_t RTT::internal::FusedMSendDataSource< Signature >::rvalue | ( | ) | const [inline, virtual] |
Get a const reference to the value of this DataSource. You must call evaluate() prior to calling this function in order to get the most recent value of this attribute.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 346 of file rtt/internal/FusedFunctorDataSource.hpp.
const_reference_t RTT::internal::FusedMSendDataSource< Signature >::rvalue | ( | ) | const [inline, virtual] |
Get a const reference to the value of this DataSource. You must call evaluate() prior to calling this function in order to get the most recent value of this attribute.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 346 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
void RTT::internal::FusedMSendDataSource< Signature >::setArguments | ( | const DataSourceSequence & | a1 | ) | [inline] |
Definition at line 336 of file rtt/internal/FusedFunctorDataSource.hpp.
void RTT::internal::FusedMSendDataSource< Signature >::setArguments | ( | const DataSourceSequence & | a1 | ) | [inline] |
Definition at line 336 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
value_t RTT::internal::FusedMSendDataSource< Signature >::value | ( | ) | const [inline, virtual] |
Return the result of the last evaluate() function. You must call evaluate() prior to calling this function in order to get the most recent value of this attribute.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 341 of file rtt/internal/FusedFunctorDataSource.hpp.
value_t RTT::internal::FusedMSendDataSource< Signature >::value | ( | ) | const [inline, virtual] |
Return the result of the last evaluate() function. You must call evaluate() prior to calling this function in order to get the most recent value of this attribute.
Implements RTT::internal::DataSource< SendHandle< Signature > >.
Definition at line 341 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
DataSourceSequence RTT::internal::FusedMSendDataSource< Signature >::args |
Definition at line 324 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
base::OperationCallerBase< Signature >::shared_ptr RTT::internal::FusedMSendDataSource< Signature >::ff |
Definition at line 323 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.
SendHandle< Signature > RTT::internal::FusedMSendDataSource< Signature >::sh [mutable] |
Definition at line 325 of file install/include/rtt/internal/FusedFunctorDataSource.hpp.