#include <typeinfo>#include <internal/DataSourceTypeInfo.hpp>#include <types/PropertyComposition.hpp>#include <Property.hpp>#include <PropertyBag.hpp>#include <Logger.hpp>#include "unit.hpp"
Go to the source code of this file.
Classes | |
| class | PropertyCompositionTest |
Namespaces | |
| namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| namespace | std |
Functions | |
| BOOST_AUTO_TEST_CASE (testDecomposeComposeVector) | |
| BOOST_AUTO_TEST_CASE (testDecomposeComposeWrongTargetBag) | |
| BOOST_AUTO_TEST_CASE (testDecomposeComposeEmptyBag) | |
| std::ostream & | std::operator<< (std::ostream &os, const std::vector< double > &vect) |
| bool | RTT::operator== (const PropertyBag &a, const PropertyBag &b) |
| bool | operator== (const std::vector< double > &a, const std::vector< double > &b) |
| BOOST_AUTO_TEST_CASE | ( | testDecomposeComposeVector | ) |
Definition at line 87 of file property_composition_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testDecomposeComposeWrongTargetBag | ) |
Definition at line 77 of file property_composition_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testDecomposeComposeEmptyBag | ) |
Definition at line 69 of file property_composition_test.cpp.
| bool operator== | ( | const std::vector< double > & | a, | |
| const std::vector< double > & | b | |||
| ) |
Definition at line 27 of file property_composition_test.cpp.