ChimeraTK-DeviceAccess
03.18.00
|
#include <filesystem>
#include <boost/test/unit_test.hpp>
#include "MapFileParser.h"
#include "UnifiedBackendTest.h"
#include <sys/file.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <fstream>
#include <iostream>
#include <poll.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | TestLocker |
class | RawUioAccess |
struct | ScalarDescriptor< Derived > |
struct | Scalar32 |
struct | Scalar32Async |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE UioBackendUnifiedTest |
Functions | |
BOOST_AUTO_TEST_CASE (testUnified) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 5 of file testUioBackendUnified.cpp.
#define BOOST_TEST_MODULE UioBackendUnifiedTest |
Definition at line 6 of file testUioBackendUnified.cpp.
BOOST_AUTO_TEST_CASE | ( | testUnified | ) |