ChimeraTK-DeviceAccess-DoocsBackend
01.09.02
|
#include <cstdlib>
#include <iostream>
#include <random>
#include <thread>
#include <unistd.h>
#include "eq_dummy.h"
#include <doocs-server-test-helper/doocsServerTestHelper.h>
#include <doocs-server-test-helper/ThreadedDoocsServer.h>
#include <doocs/EqCall.h>
#include <ChimeraTK/Device.h>
#include <ChimeraTK/TransferGroup.h>
#include <ChimeraTK/UnifiedBackendTest.h>
#include <boost/filesystem.hpp>
#include <boost/test/included/unit_test.hpp>
#include <fstream>
Go to the source code of this file.
Classes | |
class | DoocsLauncher |
struct | AllRegisterDefaults< DERIVED > |
struct | ScalarDefaults< DERIVED > |
struct | ArrayDefaults< DERIVED > |
struct | RegSomeInt |
struct | RegSomeRoInt |
struct | RegSomeZmqInt |
struct | RegSomeFloat |
struct | RegSomeDouble |
struct | RegSomeString |
struct | RegSomeStatus |
struct | RegSomeBit |
struct | RegSomeIntArray |
struct | RegSomeShortArray |
struct | RegSomeLongArray |
struct | RegSomeFloatArray |
struct | RegSomeDoubleArray |
struct | RegSomeSpectrum |
struct | RegSomeIiii |
struct | RegSomeIfff_I |
struct | RegSomeIfff_F1 |
struct | RegSomeIfff_F2 |
struct | RegSomeIfff_F3 |
Macros | |
#define | BOOST_TEST_MODULE testUnifiedBackendTest |
Functions | |
BOOST_GLOBAL_FIXTURE (DoocsLauncher) | |
template<> | |
std::vector< std::vector< std::string > > | RegSomeString::generateValue< std::string > () |
BOOST_AUTO_TEST_CASE (unifiedBackendTest) | |
#define BOOST_TEST_MODULE testUnifiedBackendTest |
Definition at line 14 of file testUnifiedBackendTest.cpp.
BOOST_AUTO_TEST_CASE | ( | unifiedBackendTest | ) |
Definition at line 538 of file testUnifiedBackendTest.cpp.
BOOST_GLOBAL_FIXTURE | ( | DoocsLauncher | ) |
std::vector<std::vector<std::string> > RegSomeString::generateValue< std::string > | ( | ) |
Definition at line 300 of file testUnifiedBackendTest.cpp.