![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <boost/test/unit_test.hpp>#include "Device.h"#include "DummyRegisterAccessor.h"#include "ExceptionDummyBackend.h"#include "UnifiedBackendTest.h"
Include dependency graph for testSubdeviceBackendUnified.cpp:Go to the source code of this file.
Classes | |
| struct | AreaType< Register > |
| struct | StaticCore |
| struct | Regs3Type< Register > |
| struct | MyRegister1 |
| struct | MyArea1 |
| struct | MuxedArea1 |
| struct | MuxedArea2 |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE SubdeviceBackendUnifiedTest |
Functions | |
| BOOST_AUTO_TEST_CASE (TestUnifiedSimple) | |
| BOOST_AUTO_TEST_CASE (TestUnified3Reg) | |
| BOOST_AUTO_TEST_CASE (TestUnified2Reg) | |
| BOOST_AUTO_TEST_CASE (TestUnifiedMuxed3Reg) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testSubdeviceBackendUnified.cpp.
| #define BOOST_TEST_MODULE SubdeviceBackendUnifiedTest |
Definition at line 5 of file testSubdeviceBackendUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnified2Reg | ) |
Definition at line 275 of file testSubdeviceBackendUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnified3Reg | ) |
Definition at line 266 of file testSubdeviceBackendUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedMuxed3Reg | ) |
Definition at line 284 of file testSubdeviceBackendUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedSimple | ) |
Definition at line 258 of file testSubdeviceBackendUnified.cpp.