Orocos Real-Time Toolkit  2.8.3
Public Member Functions | List of all members
RTT::types::TemplateConnFactory< T > Class Template Reference

#include <rtt/types/TemplateConnFactory.hpp>

Inheritance diagram for RTT::types::TemplateConnFactory< T >:
RTT::types::TemplateTypeInfo< T, use_ostream > RTT::types::TemplateTypeInfo< T, false > RTT::types::TemplateTypeInfo< T, has_ostream > RTT::types::TemplateTypeInfo< T, true > RTT::types::EnumTypeInfo< T > RTT::types::SequenceTypeInfo< T, has_ostream > RTT::types::StructTypeInfo< T, has_ostream > RTT::types::StdTypeInfo< T >

Public Member Functions

base::InputPortInterfaceinputPort (std::string const &name) const
 
base::OutputPortInterfaceoutputPort (std::string const &name) const
 
base::ChannelElementBase::shared_ptr buildDataStorage (ConnPolicy const &policy) const
 
base::ChannelElementBase::shared_ptr buildChannelOutput (base::InputPortInterface &port) const
 
base::ChannelElementBase::shared_ptr buildChannelInput (base::OutputPortInterface &port) const
 

Detailed Description

template<class T>
class RTT::types::TemplateConnFactory< T >

Definition at line 16 of file TemplateConnFactory.hpp.

Member Function Documentation

template<class T>
base::ChannelElementBase::shared_ptr RTT::types::TemplateConnFactory< T >::buildChannelInput ( base::OutputPortInterface port) const
inline

Definition at line 32 of file TemplateConnFactory.hpp.

template<class T>
base::ChannelElementBase::shared_ptr RTT::types::TemplateConnFactory< T >::buildChannelOutput ( base::InputPortInterface port) const
inline

Definition at line 26 of file TemplateConnFactory.hpp.

template<class T>
base::ChannelElementBase::shared_ptr RTT::types::TemplateConnFactory< T >::buildDataStorage ( ConnPolicy const &  policy) const
inline

Definition at line 22 of file TemplateConnFactory.hpp.

template<class T>
base::InputPortInterface* RTT::types::TemplateConnFactory< T >::inputPort ( std::string const &  name) const
inline

Definition at line 19 of file TemplateConnFactory.hpp.

template<class T>
base::OutputPortInterface* RTT::types::TemplateConnFactory< T >::outputPort ( std::string const &  name) const
inline

Definition at line 20 of file TemplateConnFactory.hpp.


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