ChimeraTK-DeviceAccess
03.18.00
|
#include "Device.h"
#include "DeviceBackendImpl.h"
#include <boost/fusion/include/at_key.hpp>
#include <boost/test/unit_test.hpp>
#include <functional>
#include <list>
#include <numeric>
#include <string>
#include <thread>
#include <utility>
Go to the source code of this file.
Namespaces | |
ChimeraTK | |
Macros | |
#define | CHECK_EQUALITY(accessor, expectedValue) |
#define | CHECK_EQUALITY_VECTOR(foundValue, expectedValue) |
#define | CHECK_EQUALITY_TIMEOUT(accessor, expectedValue, maxMilliseconds) |
#define | CHECK_EQUALITY_VECTOR_TIMEOUT(foundValue, expectedValue, maxMilliseconds) |
#define | CHECK_TIMEOUT(condition, maxMilliseconds) |
#define | ALTER_AND_STORE_APPLICATION_BUFFER(UserType, accessor) |
Helper macros for test_B_4_2_4. More... | |
#define | CHECK_APPLICATION_BUFFER(UserType, accessor) |
Enumerations | |
enum | ChimeraTK::TestCapability { ChimeraTK::TestCapability::unspecified, ChimeraTK::TestCapability::enabled, ChimeraTK::TestCapability::disabled } |
Used by the Capabilities descriptor. More... | |
Functions | |
template<typename UserType > | |
bool | ChimeraTK::compareHelper (UserType a, UserType b) |
template<> | |
bool | ChimeraTK::compareHelper< double > (double a, double b) |
template<> | |
bool | ChimeraTK::compareHelper< float > (float a, float b) |
template<> | |
bool | ChimeraTK::compareHelper< std::string > (std::string a, std::string b) |
std::string | std::to_string (const std::string &v) |
std::string | std::to_string (const char *&v) |
#define ALTER_AND_STORE_APPLICATION_BUFFER | ( | UserType, | |
accessor | |||
) |
Helper macros for test_B_4_2_4.
Definition at line 1198 of file UnifiedBackendTest.h.
#define CHECK_APPLICATION_BUFFER | ( | UserType, | |
accessor | |||
) |
Definition at line 1211 of file UnifiedBackendTest.h.
#define CHECK_EQUALITY | ( | accessor, | |
expectedValue | |||
) |
Definition at line 692 of file UnifiedBackendTest.h.
#define CHECK_EQUALITY_TIMEOUT | ( | accessor, | |
expectedValue, | |||
maxMilliseconds | |||
) |
Definition at line 765 of file UnifiedBackendTest.h.
#define CHECK_EQUALITY_VECTOR | ( | foundValue, | |
expectedValue | |||
) |
Definition at line 728 of file UnifiedBackendTest.h.
#define CHECK_EQUALITY_VECTOR_TIMEOUT | ( | foundValue, | |
expectedValue, | |||
maxMilliseconds | |||
) |
Definition at line 807 of file UnifiedBackendTest.h.
#define CHECK_TIMEOUT | ( | condition, | |
maxMilliseconds | |||
) |
Definition at line 849 of file UnifiedBackendTest.h.
|
inline |
Definition at line 675 of file UnifiedBackendTest.h.
|
inline |
Definition at line 672 of file UnifiedBackendTest.h.