#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 "datasource_fixture.hpp"
Go to the source code of this file.
Classes | |
class | DataSourceTest |
Functions | |
BOOST_AUTO_TEST_CASE (testValueDataSource) | |
BOOST_AUTO_TEST_CASE (testConstantDataSource) | |
BOOST_AUTO_TEST_CASE (testReferenceDataSource) | |
BOOST_AUTO_TEST_CASE (testConstReferenceDataSource) | |
BOOST_AUTO_TEST_CASE (testPartDataSource) | |
BOOST_AUTO_TEST_CASE (testArrayDataSource) | |
BOOST_AUTO_TEST_CASE (testArrayPartDataSource) | |
BOOST_AUTO_TEST_CASE | ( | testValueDataSource | ) |
Definition at line 58 of file datasource_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstantDataSource | ) |
Definition at line 73 of file datasource_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testReferenceDataSource | ) |
Definition at line 84 of file datasource_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testConstReferenceDataSource | ) |
Definition at line 98 of file datasource_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testPartDataSource | ) |
Definition at line 109 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 132 of file datasource_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testArrayPartDataSource | ) |
Test reference to part of C-style array Only applies to BType objects.
Definition at line 154 of file datasource_test.cpp.