ChimeraTK-DeviceAccess 03.29.00
Loading...
Searching...
No Matches
NamedChannelSliceAsync0 Struct Reference
+ Collaboration diagram for NamedChannelSliceAsync0:

Public Types

typedef uint16_t minimumUserType
 
typedef int16_t 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 (bool raw=false)
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue (bool raw=false)
 
void setRemoteValue ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

DummyMultiplexedRegisterAccessor< uint16_t > full {exceptionDummyMuxed.get(), "TEST", "NODMAASYNC"}
 

Static Public Attributes

static constexpr auto capabilities
 
static const size_t channelIndex = 0
 

Detailed Description

Definition at line 703 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Member Function Documentation

◆ generateValue()

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

Definition at line 730 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 739 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool NamedChannelSliceAsync0::isReadable ( )
inline

Definition at line 706 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool NamedChannelSliceAsync0::isWriteable ( )
inline

Definition at line 705 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t NamedChannelSliceAsync0::nChannels ( )
inline

Definition at line 711 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t NamedChannelSliceAsync0::nElementsPerChannel ( )
inline

Definition at line 712 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t NamedChannelSliceAsync0::nRuntimeErrorCases ( )
inline

Definition at line 714 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string NamedChannelSliceAsync0::path ( )
inline

Definition at line 704 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 755 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void NamedChannelSliceAsync0::setRemoteValue ( )
inline

Definition at line 747 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags NamedChannelSliceAsync0::supportedFlags ( )
inline

Definition at line 707 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t NamedChannelSliceAsync0::writeQueueLength ( )
inline

Definition at line 713 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ capabilities

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

Definition at line 718 of file testNumericAddressedBackendUnified.cpp.

◆ channelIndex

const size_t NamedChannelSliceAsync0::channelIndex = 0
static

Definition at line 726 of file testNumericAddressedBackendUnified.cpp.

◆ full

DummyMultiplexedRegisterAccessor<uint16_t> NamedChannelSliceAsync0::full {exceptionDummyMuxed.get(), "TEST", "NODMAASYNC"}

Definition at line 727 of file testNumericAddressedBackendUnified.cpp.


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