ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
Integers_signed32_async Struct Reference
+ Collaboration diagram for Integers_signed32_async:

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 Type >
std::vector< std::vector< Type > > generateValue (bool raw=false)
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue (bool raw=false)
 
void setRemoteValue ()
 
void forceAsyncReadInconsistency ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

DummyRegisterAccessor< int32_t > acc {exceptionDummy.get(), "", path()}
 

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 85 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ forceAsyncReadInconsistency()

void Integers_signed32_async::forceAsyncReadInconsistency ( )
inline

Definition at line 124 of file testNumericAddressedBackendUnified.cpp.

◆ generateValue()

template<typename Type >
std::vector< std::vector< Type > > Integers_signed32_async::generateValue ( bool  raw = false)
inline

Definition at line 110 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

template<typename UserType >
std::vector< std::vector< UserType > > Integers_signed32_async::getRemoteValue ( bool  raw = false)
inline

Definition at line 115 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool Integers_signed32_async::isReadable ( )
inline

Definition at line 88 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool Integers_signed32_async::isWriteable ( )
inline

Definition at line 87 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t Integers_signed32_async::nChannels ( )
inline

Definition at line 92 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t Integers_signed32_async::nElementsPerChannel ( )
inline

Definition at line 93 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t Integers_signed32_async::nRuntimeErrorCases ( )
inline

Definition at line 95 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string Integers_signed32_async::path ( )
inline

Definition at line 86 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 126 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void Integers_signed32_async::setRemoteValue ( )
inline

Definition at line 119 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags Integers_signed32_async::supportedFlags ( )
inline

Definition at line 89 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t Integers_signed32_async::writeQueueLength ( )
inline

Definition at line 94 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<int32_t> Integers_signed32_async::acc {exceptionDummy.get(), "", path()}

Definition at line 107 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 99 of file testNumericAddressedBackendUnified.cpp.


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