ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
testVoidRegisterAccessor.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "Device.h"
#include "DummyBackend.h"
#include "ExceptionDummyBackend.h"
#include <future>
+ Include dependency graph for testVoidRegisterAccessor.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_DYN_LINK
 
#define BOOST_TEST_MODULE   VoidRegisterAccessorTest
 

Functions

void testAsyncRO (RegisterPath name, unsigned int interruptNumber)
 
 BOOST_AUTO_TEST_CASE (TestAsyncRO)
 
 BOOST_AUTO_TEST_CASE (TestAsyncRW)
 
 BOOST_AUTO_TEST_CASE (TestSyncRO)
 
 BOOST_AUTO_TEST_CASE (TestSyncW)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 4 of file testVoidRegisterAccessor.cpp.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   VoidRegisterAccessorTest

Definition at line 5 of file testVoidRegisterAccessor.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( TestAsyncRO  )

Definition at line 54 of file testVoidRegisterAccessor.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( TestAsyncRW  )

Definition at line 59 of file testVoidRegisterAccessor.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( TestSyncRO  )

Definition at line 88 of file testVoidRegisterAccessor.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( TestSyncW  )

Definition at line 96 of file testVoidRegisterAccessor.cpp.

◆ testAsyncRO()

void testAsyncRO ( RegisterPath  name,
unsigned int  interruptNumber 
)

Definition at line 16 of file testVoidRegisterAccessor.cpp.