#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 | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
std | |
Functions | |
BOOST_AUTO_TEST_CASE (testDecomposeComposeEmptyBag) | |
BOOST_AUTO_TEST_CASE (testDecomposeComposeWrongTargetBag) | |
BOOST_AUTO_TEST_CASE (testDecomposeComposeVector) | |
std::ostream & | std::operator<< (std::ostream &os, const std::vector< double > &vect) |
bool | operator== (const std::vector< double > &a, const std::vector< double > &b) |
bool | RTT::operator== (const PropertyBag &a, const PropertyBag &b) |
BOOST_AUTO_TEST_CASE | ( | testDecomposeComposeEmptyBag | ) |
Definition at line 69 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 | ( | testDecomposeComposeVector | ) |
Definition at line 87 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.