#include "unit.hpp"#include <boost/array.hpp>#include <rtt-fwd.hpp>#include <internal/DataSources.hpp>#include <internal/PartDataSource.hpp>#include <internal/ArrayPartDataSource.hpp>#include <internal/carray.hpp>#include <boost/serialization/array.hpp>#include <os/fosi.h>#include <boost/lambda/lambda.hpp>#include "datasource_fixture.hpp"
Go to the source code of this file.
Classes | |
| class | DataSourceTest |
Functions | |
| BOOST_AUTO_TEST_CASE (testArrayPartDataSource) | |
| BOOST_AUTO_TEST_CASE (testArrayDataSource) | |
| BOOST_AUTO_TEST_CASE (testPartDataSource) | |
| BOOST_AUTO_TEST_CASE (testConstReferenceDataSource) | |
| BOOST_AUTO_TEST_CASE (testReferenceDataSource) | |
| BOOST_AUTO_TEST_CASE (testConstantDataSource) | |
| BOOST_AUTO_TEST_CASE (testValueDataSource) | |
| BOOST_AUTO_TEST_CASE | ( | testArrayPartDataSource | ) |
Test reference to part of C-style array Only applies to BType objects.
Definition at line 157 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testArrayDataSource | ) |
Test C-style array as DataSource Only applies to BType objects and uses carray for this.
Definition at line 135 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testPartDataSource | ) |
Definition at line 112 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstReferenceDataSource | ) |
Definition at line 101 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testReferenceDataSource | ) |
Definition at line 87 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testConstantDataSource | ) |
Definition at line 76 of file datasource_test.cpp.
| BOOST_AUTO_TEST_CASE | ( | testValueDataSource | ) |
Definition at line 61 of file datasource_test.cpp.