#include "MultiVector.hpp"#include "../rtt-config.h"#include <ostream>#include <vector>#include "../Property.hpp"#include "../PropertyBag.hpp"#include "../Logger.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| namespace | RTT::extras |
Functions | |
| template<class T , int S> | |
| bool | RTT::extras::composeProperty (const PropertyBag &bag, Property< MultiVector< S, T > > &result) |
| template<class T , int S> | |
| void | RTT::extras::decomposeProperty (base::PropertyIntrospection *pi, const Property< const MultiVector< S, T > & > &c) |
| template<class T , int S> | |
| void | RTT::extras::decomposeProperty (base::PropertyIntrospection *pi, const Property< MultiVector< S, T > > &c) |