ChimeraTK-DeviceAccess  03.18.00
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 ([[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)
 
std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
template<typename UserType >
std::vector< std::vector< UserType > > generateValue (bool=false)
 
void setRemoteValue ()
 

Public Attributes

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

Static Public Attributes

static constexpr auto capabilities
 
static int value = 12
 

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() [1/2]

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

Definition at line 110 of file testNumericAddressedBackendUnified.cpp.

◆ generateValue() [2/2]

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

Definition at line 218 of file testSharedDummyBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 115 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [1/2]

bool Integers_signed32_async::isReadable ( )
inline

Definition at line 88 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [2/2]

bool Integers_signed32_async::isReadable ( )
inline

Definition at line 212 of file testSharedDummyBackendUnified.cpp.

◆ isWriteable() [1/2]

bool Integers_signed32_async::isWriteable ( )
inline

Definition at line 87 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable() [2/2]

bool Integers_signed32_async::isWriteable ( )
inline

Definition at line 211 of file testSharedDummyBackendUnified.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() [1/2]

std::string Integers_signed32_async::path ( )
inline

Definition at line 86 of file testNumericAddressedBackendUnified.cpp.

◆ path() [2/2]

std::string Integers_signed32_async::path ( )
inline

Definition at line 210 of file testSharedDummyBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 126 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue() [1/2]

void Integers_signed32_async::setRemoteValue ( )
inline

Definition at line 119 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue() [2/2]

void Integers_signed32_async::setRemoteValue ( )
inline

Definition at line 222 of file testSharedDummyBackendUnified.cpp.

+ Here is the call graph for this function:

◆ supportedFlags() [1/2]

ChimeraTK::AccessModeFlags Integers_signed32_async::supportedFlags ( )
inline

Definition at line 89 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags() [2/2]

ChimeraTK::AccessModeFlags Integers_signed32_async::supportedFlags ( )
inline

Definition at line 213 of file testSharedDummyBackendUnified.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.

◆ value

int Integers_signed32_async::value = 12
static

Definition at line 209 of file testSharedDummyBackendUnified.cpp.


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