![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <boost/test/unit_test.hpp>#include "BackendFactory.h"#include "Device.h"#include "DMapFileParser.h"#include "NumericAddress.h"#include "RebotBackend.h"#include "Utilities.h"
Include dependency graph for testRebotBackendCreation.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ChimeraTK |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE testRebotBackendCreation |
Functions | |
| void | checkWriteReadFromRegister (ChimeraTK::Device &rebotDevice) |
| BOOST_AUTO_TEST_CASE (testFactoryForRebotDeviceCreation) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testRebotBackendCreation.cpp.
| #define BOOST_TEST_MODULE testRebotBackendCreation |
Definition at line 5 of file testRebotBackendCreation.cpp.
| BOOST_AUTO_TEST_CASE | ( | testFactoryForRebotDeviceCreation | ) |
Definition at line 24 of file testRebotBackendCreation.cpp.
| void checkWriteReadFromRegister | ( | ChimeraTK::Device & | rebotDevice | ) |
Definition at line 89 of file testRebotBackendCreation.cpp.