ChimeraTK-DeviceAccess  03.18.00
Integers_signed32_async_rw Struct Reference
+ Collaboration diagram for Integers_signed32_async_rw:

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

Public Attributes

DummyRegisterAccessor< int32_t > acc {exceptionDummy.get(), "", "/Integers/signed32_async"}
 

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 133 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ forceAsyncReadInconsistency()

void Integers_signed32_async_rw::forceAsyncReadInconsistency ( )
inline

Definition at line 173 of file testNumericAddressedBackendUnified.cpp.

◆ generateValue()

template<typename Type >
std::vector<std::vector<Type> > Integers_signed32_async_rw::generateValue ( [[maybe_unused] ] bool  raw = false)
inline

Definition at line 159 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

template<typename UserType >
std::vector<std::vector<UserType> > Integers_signed32_async_rw::getRemoteValue ( [[maybe_unused] ] bool  raw = false)
inline

Definition at line 164 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool Integers_signed32_async_rw::isReadable ( )
inline

Definition at line 137 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool Integers_signed32_async_rw::isWriteable ( )
inline

Definition at line 136 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t Integers_signed32_async_rw::nChannels ( )
inline

Definition at line 141 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t Integers_signed32_async_rw::nElementsPerChannel ( )
inline

Definition at line 142 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t Integers_signed32_async_rw::nRuntimeErrorCases ( )
inline

Definition at line 144 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string Integers_signed32_async_rw::path ( )
inline

Definition at line 135 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 175 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void Integers_signed32_async_rw::setRemoteValue ( )
inline

Definition at line 168 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags Integers_signed32_async_rw::supportedFlags ( )
inline

Definition at line 138 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t Integers_signed32_async_rw::writeQueueLength ( )
inline

Definition at line 143 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<int32_t> Integers_signed32_async_rw::acc {exceptionDummy.get(), "", "/Integers/signed32_async"}

Definition at line 156 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 148 of file testNumericAddressedBackendUnified.cpp.


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