![]() |
ChimeraTK-ApplicationCore 04.06.00
|
Classes | |
| struct | ConstantTestApplication |
| struct | ConstantTestModule |
| struct | SelfUnregisteringModule |
| struct | TestApplication |
| struct | TestAppSelfUnregisteringModule |
| struct | TestModuleConsume |
| struct | TestModuleFeed |
Typedefs | |
| using | test_types = boost::mpl::list< int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double > |
Functions | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushAccessors, T, test_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testFourScalarPushAccessors, T, test_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushPollAccessors, T, test_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoArrayAccessors, T, test_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testPseudoArray, T, test_types) | |
| BOOST_AUTO_TEST_CASE_TEMPLATE (testConstants, T, test_types) | |
| BOOST_AUTO_TEST_CASE (testSelfUnregisteringModule) | |
| using Tests::testAppModuleConnections::test_types = typedef boost::mpl::list<int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double> |
Definition at line 26 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE | ( | testSelfUnregisteringModule | ) |
Definition at line 440 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testConstants | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 382 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testFourScalarPushAccessors | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 152 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testPseudoArray | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 322 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testTwoArrayAccessors | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 261 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testTwoScalarPushAccessors | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 109 of file testAppModuleConnections.cc.
| Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE | ( | testTwoScalarPushPollAccessors | , |
| T | , | ||
| test_types | |||
| ) |
Definition at line 221 of file testAppModuleConnections.cc.