ChimeraTK-DeviceAccess
03.18.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"
Go to the source code of this file.
Namespaces | |
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.