Orocos Real-Time Toolkit
2.9.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
rtt
types
CompositionFactory.cpp
Go to the documentation of this file.
1
#include "
TemplateCompositionFactory.hpp
"
2
3
using namespace
RTT
;
4
using namespace
RTT::types
;
5
6
base::DataSourceBase::shared_ptr
CompositionFactory::convertType
(
base::DataSourceBase::shared_ptr
source)
const
7
{
8
return
base::DataSourceBase::shared_ptr
();
9
}
10
11
base::DataSourceBase::shared_ptr
CompositionFactory::decomposeType
(
base::DataSourceBase::shared_ptr
source)
const
12
{
13
// return deprecated api in case user did not implement this.
14
return
convertType
(source);
15
}
16
TemplateCompositionFactory.hpp
RTT::types::CompositionFactory::convertType
virtual base::DataSourceBase::shared_ptr convertType(base::DataSourceBase::shared_ptr source) const
Specialize this function to return an alternate type which represents this one in a compatible way...
Definition:
CompositionFactory.cpp:6
RTT::types
Classes for typekits for describing and handling user data types.
Definition:
rtt-detail-fwd.hpp:72
RTT::base::DataSourceBase::shared_ptr
boost::intrusive_ptr< DataSourceBase > shared_ptr
Use this type to store a pointer to a DataSourceBase.
Definition:
DataSourceBase.hpp:99
RTT
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition:
Activity.cpp:52
RTT::types::CompositionFactory::decomposeType
virtual base::DataSourceBase::shared_ptr decomposeType(base::DataSourceBase::shared_ptr source) const
Specialize this function to return an alternate type which represents this one in a compatible way...
Definition:
CompositionFactory.cpp:11
Generated on Fri Apr 5 2019 11:59:41 for Orocos Real-Time Toolkit by
1.8.11