ChimeraTK-ApplicationCore
04.01.00
|
Classes | |
struct | AA |
struct | BB |
struct | CC |
struct | CircularAppTestFixcture |
struct | DD |
struct | EE |
struct | FF |
struct | GG |
struct | HH |
struct | ModuleA |
ModuleA has two additional inputs to get invalidity flags. It is reading all inputs with ReadAny. More... | |
struct | ModuleC |
ModuleC has a trigger together with a readAll. More... | |
struct | ModuleD |
Involve the DeviceModule. Here are some variables from a test device. More... | |
struct | TestApplication1 |
struct | TestApplication2 |
struct | TestModuleBase |
The base module has the inputs and outputs for the circular dependency. More... | |
struct | TestModuleBase2 |
Functions | |
BOOST_AUTO_TEST_CASE (TestCircularInputDetection) | |
BOOST_FIXTURE_TEST_CASE (OneInvalidVariable, CircularAppTestFixcture< TestApplication1 >) | |
BOOST_FIXTURE_TEST_CASE (TwoFaultyInOneModule, CircularAppTestFixcture< TestApplication1 >) | |
BOOST_FIXTURE_TEST_CASE (OutputManuallyFaulty, CircularAppTestFixcture< TestApplication1 >) | |
BOOST_FIXTURE_TEST_CASE (TwoFaultyInTwoModules, CircularAppTestFixcture< TestApplication1 >) | |
BOOST_AUTO_TEST_CASE (TestCircularInputDetection2) | |
Tests::testCircularDependencyFaultyFlags::BOOST_AUTO_TEST_CASE | ( | TestCircularInputDetection | ) |
Tests Technical specification: data validity propagation
Definition at line 200 of file testCircularDependencyFaultyFlags.cc.
Tests::testCircularDependencyFaultyFlags::BOOST_AUTO_TEST_CASE | ( | TestCircularInputDetection2 | ) |
Tests Technical specification: data validity propagation
Definition at line 611 of file testCircularDependencyFaultyFlags.cc.
Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE | ( | OneInvalidVariable | , |
CircularAppTestFixcture< TestApplication1 > | |||
) |
Tests Technical specification: data validity propagation
This test intentionally does set more than one external input to faulty to make it easier to see where problems are coming from.
Definition at line 245 of file testCircularDependencyFaultyFlags.cc.
Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE | ( | OutputManuallyFaulty | , |
CircularAppTestFixcture< TestApplication1 > | |||
) |
Tests Technical specification: data validity propagation
Definition at line 332 of file testCircularDependencyFaultyFlags.cc.
Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE | ( | TwoFaultyInOneModule | , |
CircularAppTestFixcture< TestApplication1 > | |||
) |
Tests Technical specification: data validity propagation
Definition at line 295 of file testCircularDependencyFaultyFlags.cc.
Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE | ( | TwoFaultyInTwoModules | , |
CircularAppTestFixcture< TestApplication1 > | |||
) |
Tests Technical specification: data validity propagation
Definition at line 406 of file testCircularDependencyFaultyFlags.cc.