#include <SendHandleAlias.hpp>

Public Member Functions | |
| SendHandleAlias * | clone () const |
| SendHandleAlias * | copy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &replacements, bool) |
| base::DataSourceBase::shared_ptr | getDataSource () const |
| OperationInterfacePart * | getFactory () const |
| SendHandleAlias (const std::string &name, base::DataSourceBase::shared_ptr d, OperationInterfacePart *opf) | |
Public Member Functions inherited from RTT::base::AttributeBase | |
| AttributeBase () | |
| AttributeBase (const std::string &name) | |
| virtual AttributeBase * | copy (std::map< const DataSourceBase *, DataSourceBase * > &replacements, bool instantiate)=0 |
| const std::string & | getName () const |
| bool | ready () const |
| void | setName (std::string const &new_name) |
| virtual | ~AttributeBase () |
Private Attributes | |
| base::DataSourceBase::shared_ptr | data |
| OperationInterfacePart * | fact |
Additional Inherited Members | |
Protected Attributes inherited from RTT::base::AttributeBase | |
| std::string | mname |
Keeps track of a DataSource which has a SendHandle and the factory for creating the collect functions associated with that handle.
Definition at line 54 of file SendHandleAlias.hpp.
| RTT::SendHandleAlias::SendHandleAlias | ( | const std::string & | name, |
| base::DataSourceBase::shared_ptr | d, | ||
| OperationInterfacePart * | opf | ||
| ) |
Definition at line 47 of file SendHandleAlias.cpp.
|
virtual |
Returns a clone of this AttributeBase.
Implements RTT::base::AttributeBase.
Definition at line 64 of file SendHandleAlias.cpp.
| SendHandleAlias * RTT::SendHandleAlias::copy | ( | std::map< const base::DataSourceBase *, base::DataSourceBase * > & | replacements, |
| bool | inst | ||
| ) |
Definition at line 68 of file SendHandleAlias.cpp.
|
virtual |
Return a internal::DataSource which contains the same contents.
Implements RTT::base::AttributeBase.
Definition at line 54 of file SendHandleAlias.cpp.
| OperationInterfacePart * RTT::SendHandleAlias::getFactory | ( | ) | const |
Definition at line 59 of file SendHandleAlias.cpp.
|
private |
Definition at line 57 of file SendHandleAlias.hpp.
|
private |
Definition at line 58 of file SendHandleAlias.hpp.