Orocos Real-Time Toolkit  2.8.3
Namespaces | Functions
PropertyDecomposition.cpp File Reference
#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...