ChimeraTK-DeviceAccess  03.18.00
Interrupt_dummy Struct Reference

Public Types

typedef int32_t minimumUserType
 
typedef minimumUserType rawUserType
 

Public Member Functions

std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nChannels ()
 
size_t nElementsPerChannel ()
 
size_t writeQueueLength ()
 
size_t nRuntimeErrorCases ()
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue ()
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 
void setForceRuntimeError (bool enable, size_t)
 

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 39 of file testDummyBackendUnified.cc.

Member Typedef Documentation

◆ minimumUserType

Definition at line 48 of file testDummyBackendUnified.cc.

◆ rawUserType

Member Function Documentation

◆ generateValue()

template<typename UserType >
std::vector<std::vector<UserType> > Interrupt_dummy::generateValue ( )
inline

Definition at line 59 of file testDummyBackendUnified.cc.

◆ getRemoteValue()

template<typename UserType >
std::vector<std::vector<UserType> > Interrupt_dummy::getRemoteValue ( )
inline

Definition at line 64 of file testDummyBackendUnified.cc.

◆ isReadable()

bool Interrupt_dummy::isReadable ( )
inline

Definition at line 42 of file testDummyBackendUnified.cc.

◆ isWriteable()

bool Interrupt_dummy::isWriteable ( )
inline

Definition at line 41 of file testDummyBackendUnified.cc.

◆ nChannels()

size_t Interrupt_dummy::nChannels ( )
inline

Definition at line 44 of file testDummyBackendUnified.cc.

◆ nElementsPerChannel()

size_t Interrupt_dummy::nElementsPerChannel ( )
inline

Definition at line 45 of file testDummyBackendUnified.cc.

◆ nRuntimeErrorCases()

size_t Interrupt_dummy::nRuntimeErrorCases ( )
inline

Definition at line 47 of file testDummyBackendUnified.cc.

◆ path()

std::string Interrupt_dummy::path ( )
inline

Definition at line 40 of file testDummyBackendUnified.cc.

◆ setForceRuntimeError()

void Interrupt_dummy::setForceRuntimeError ( bool  enable,
size_t   
)
inline

Definition at line 70 of file testDummyBackendUnified.cc.

◆ setRemoteValue()

void Interrupt_dummy::setRemoteValue ( )
inline

Definition at line 68 of file testDummyBackendUnified.cc.

◆ supportedFlags()

ChimeraTK::AccessModeFlags Interrupt_dummy::supportedFlags ( )
inline

Definition at line 43 of file testDummyBackendUnified.cc.

◆ writeQueueLength()

size_t Interrupt_dummy::writeQueueLength ( )
inline

Definition at line 46 of file testDummyBackendUnified.cc.

Member Data Documentation

◆ capabilities

constexpr auto Interrupt_dummy::capabilities
staticconstexpr
Initial value:
= TestCapabilities<>()
.disableForceDataLossWrite()
.disableAsyncReadInconsistency()
.disableSwitchReadOnly()
.disableSwitchWriteOnly()
.disableTestWriteNeverLosesData()

Definition at line 51 of file testDummyBackendUnified.cc.


The documentation for this struct was generated from the following file: