Orocos Real-Time Toolkit  2.8.3
CompositionFactory.cpp
Go to the documentation of this file.
2 
3 using namespace RTT;
4 using namespace RTT::types;
5 
7 {
9 }
10 
12 {
13  // return deprecated api in case user did not implement this.
14  return convertType(source);
15 }
16 
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...
Classes for typekits for describing and handling user data types.
boost::intrusive_ptr< DataSourceBase > shared_ptr
Use this type to store a pointer to a DataSourceBase.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:51
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...