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

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 setForceRuntimeError (bool enable, size_t)
 
std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 

Public Attributes

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

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 44 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ generateValue()

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

Definition at line 67 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 72 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [1/2]

bool Integers_signed32::isReadable ( )
inline

Definition at line 47 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable() [2/2]

bool Integers_signed32::isReadable ( )
inline

Definition at line 190 of file testSharedDummyBackendUnified.cpp.

◆ isWriteable() [1/2]

bool Integers_signed32::isWriteable ( )
inline

Definition at line 46 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable() [2/2]

bool Integers_signed32::isWriteable ( )
inline

Definition at line 189 of file testSharedDummyBackendUnified.cpp.

◆ nChannels()

size_t Integers_signed32::nChannels ( )
inline

Definition at line 49 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t Integers_signed32::nElementsPerChannel ( )
inline

Definition at line 50 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t Integers_signed32::nRuntimeErrorCases ( )
inline

Definition at line 52 of file testNumericAddressedBackendUnified.cpp.

◆ path() [1/2]

std::string Integers_signed32::path ( )
inline

Definition at line 45 of file testNumericAddressedBackendUnified.cpp.

◆ path() [2/2]

std::string Integers_signed32::path ( )
inline

Definition at line 188 of file testSharedDummyBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 78 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void Integers_signed32::setRemoteValue ( )
inline

Definition at line 76 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags Integers_signed32::supportedFlags ( )
inline

Definition at line 48 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t Integers_signed32::writeQueueLength ( )
inline

Definition at line 51 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

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

Definition at line 64 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 56 of file testNumericAddressedBackendUnified.cpp.


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