#include <StdVectorTypeInfo.hpp>

Public Member Functions | |
| virtual bool | composeType (base::DataSourceBase::shared_ptr dssource, base::DataSourceBase::shared_ptr dsresult) const |
| Override default in order to take legacy formats into account. | |
| StdVectorTypeInfo (std::string name) | |
This class tells Orocos how to handle std::vector<double>.
Definition at line 52 of file StdVectorTypeInfo.hpp.
| RTT::types::StdVectorTypeInfo::StdVectorTypeInfo | ( | std::string | name | ) | [inline] |
Definition at line 54 of file StdVectorTypeInfo.hpp.
| virtual bool RTT::types::StdVectorTypeInfo::composeType | ( | base::DataSourceBase::shared_ptr | dssource, |
| base::DataSourceBase::shared_ptr | dsresult | ||
| ) | const [inline, virtual] |
Override default in order to take legacy formats into account.
Reimplemented from RTT::types::SequenceTypeInfo< std::vector< double >, true >.
Definition at line 60 of file StdVectorTypeInfo.hpp.