ChimeraTK-DeviceAccess  03.18.00
testSharedDummyBackendUnified.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "BackendFactory.h"
#include "Device.h"
#include "DummyBackend.h"
#include "DummyRegisterAccessor.h"
#include "SharedDummyBackend.h"
#include "sharedDummyHelpers.h"
#include "TransferGroup.h"
#include "UnifiedBackendTest.h"
+ Include dependency graph for testSharedDummyBackendUnified.cpp:

Go to the source code of this file.

Classes

struct  HelperProcess
 
struct  Integers_base< Derived >
 
struct  Integers_signed32
 
struct  Integers_signed32_RO
 
struct  Integers_signed32_WO
 
struct  Integers_signed32_DummyWritable
 
struct  Integers_signed32_async
 

Macros

#define BOOST_TEST_DYN_LINK
 
#define BOOST_TEST_MODULE   SharedDummyBackendUnified
 

Functions

 BOOST_AUTO_TEST_CASE (testRegisterAccessor)
 
 BOOST_AUTO_TEST_CASE (testVerifyMemoryDeleted)
 Checks that shared memory has been removed, after all backend instances (including background process) are gone. More...
 

Variables

const int timeOutForWaitOnHelperProcess_ms = 20000
 
struct HelperProcess gHelperProcess
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 4 of file testSharedDummyBackendUnified.cpp.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   SharedDummyBackendUnified

Definition at line 6 of file testSharedDummyBackendUnified.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( testRegisterAccessor  )

Definition at line 235 of file testSharedDummyBackendUnified.cpp.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( testVerifyMemoryDeleted  )

Checks that shared memory has been removed, after all backend instances (including background process) are gone.

Definition at line 253 of file testSharedDummyBackendUnified.cpp.

+ Here is the call graph for this function:

Variable Documentation

◆ gHelperProcess

struct HelperProcess gHelperProcess

◆ timeOutForWaitOnHelperProcess_ms

const int timeOutForWaitOnHelperProcess_ms = 20000

Definition at line 32 of file testSharedDummyBackendUnified.cpp.