|
Orocos Real-Time Toolkit
2.9.0
|
#include "PropertyDecomposition.hpp"#include "../internal/DataSource.hpp"#include <vector>#include <string>#include <memory>#include <boost/lexical_cast.hpp>#include "../Logger.hpp"#include "TypeInfo.hpp"#include "../Property.hpp"Go to the source code of this file.
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| RTT::types | |
| Classes for typekits for describing and handling user data types. | |
Functions | |
| bool | RTT::types::propertyDecomposition (base::PropertyBase *source, PropertyBag &targetbag, bool recurse=true) |
| Uses the type decomposition to decompose a property into a property bag that refers to all its parts. More... | |
| bool | RTT::types::typeDecomposition (base::DataSourceBase::shared_ptr source, PropertyBag &targetbag, bool recurse=true) |
| Identical to RTT::types::propertyDecomposition(), but takes a DataSourceBase as source. More... | |
1.8.11