ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
testAppModuleConnections.cc File Reference
#include "Application.h"
#include "ApplicationModule.h"
#include "ArrayAccessor.h"
#include "ScalarAccessor.h"
#include "TestFacility.h"
#include <ChimeraTK/BackendFactory.h>
#include <boost/mpl/list.hpp>
#include <future>
#include <boost/test/included/unit_test.hpp>
+ Include dependency graph for testAppModuleConnections.cc:

Go to the source code of this file.

Classes

struct  Tests::testAppModuleConnections::TestModuleFeed< T >
 
struct  Tests::testAppModuleConnections::TestModuleConsume< T >
 
struct  Tests::testAppModuleConnections::TestApplication< T >
 
struct  Tests::testAppModuleConnections::ConstantTestModule< T >
 
struct  Tests::testAppModuleConnections::ConstantTestApplication< T >
 
struct  Tests::testAppModuleConnections::SelfUnregisteringModule
 
struct  Tests::testAppModuleConnections::TestAppSelfUnregisteringModule
 

Namespaces

namespace  Tests
 
namespace  Tests::testAppModuleConnections
 

Macros

#define BOOST_NO_EXCEPTIONS
 
#define BOOST_TEST_MODULE   testAppModuleConnections
 

Typedefs

using Tests::testAppModuleConnections::test_types = boost::mpl::list< int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double >
 

Functions

 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushAccessors, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testFourScalarPushAccessors, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushPollAccessors, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoArrayAccessors, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testPseudoArray, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE (testConstants, T, test_types)
 
 Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE (testSelfUnregisteringModule)
 

Macro Definition Documentation

◆ BOOST_NO_EXCEPTIONS

#define BOOST_NO_EXCEPTIONS

Definition at line 15 of file testAppModuleConnections.cc.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   testAppModuleConnections

Definition at line 16 of file testAppModuleConnections.cc.