![]() |
ChimeraTK-DeviceAccess 03.27.00
|
#include <boost/test/unit_test.hpp>#include "DummyRegisterAccessor.h"#include "ExceptionDummyBackend.h"#include "UnifiedBackendTest.h"
Include dependency graph for testSubdeviceBackendRegisterWindowUnified.cpp:Go to the source code of this file.
Classes | |
| struct | StaticCore |
| struct | RegWindowType< Register > |
| struct | Regs3Type< Register > |
| struct | ReadOnlyType< Register > |
| struct | MyRegister1 |
| struct | MyArea1 |
| struct | MuxedArea1 |
| struct | MuxedArea2 |
| struct | EightBit |
| struct | EightBitArray |
| struct | SixteenBit |
| struct | SixteenBitOff1 |
| struct | SixteenBitOff2 |
| struct | SixteenBitArray |
| struct | SixteenBitArrayOff2 |
| struct | SixtyFourBit |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE SubdeviceBackendUnifiedTest |
Functions | |
| BOOST_AUTO_TEST_CASE (TestUnified3Reg) | |
| BOOST_AUTO_TEST_CASE (TestUnified2Reg) | |
| BOOST_AUTO_TEST_CASE (TestUnifiedMuxed3Reg) | |
| BOOST_AUTO_TEST_CASE (TestUnifiedRegWindow) | |
| BOOST_AUTO_TEST_CASE (TestUnifiedMuxedRegwindow) | |
| BOOST_AUTO_TEST_CASE (TestUnifiedReadOnly) | |
| BOOST_AUTO_TEST_CASE (Test8Bit) | |
| BOOST_AUTO_TEST_CASE (Test16Bit) | |
| BOOST_AUTO_TEST_CASE (Test64Bit) | |
| BOOST_AUTO_TEST_CASE (TestTransfer8) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| #define BOOST_TEST_MODULE SubdeviceBackendUnifiedTest |
Definition at line 5 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | Test16Bit | ) |
Definition at line 460 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | Test64Bit | ) |
Definition at line 474 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | Test8Bit | ) |
Definition at line 448 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestTransfer8 | ) |
Definition at line 484 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnified2Reg | ) |
Definition at line 390 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnified3Reg | ) |
Definition at line 381 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedMuxed3Reg | ) |
Definition at line 400 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedMuxedRegwindow | ) |
Definition at line 423 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedReadOnly | ) |
Definition at line 435 of file testSubdeviceBackendRegisterWindowUnified.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestUnifiedRegWindow | ) |
Definition at line 412 of file testSubdeviceBackendRegisterWindowUnified.cpp.