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

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", "NODMA"}
 

Static Public Attributes

static constexpr auto capabilities
 
static const size_t channelIndex = 3
 

Detailed Description

Definition at line 580 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Definition at line 590 of file testNumericAddressedBackendUnified.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 607 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 616 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool NamedChannelSlice3::isReadable ( )
inline

Definition at line 583 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool NamedChannelSlice3::isWriteable ( )
inline

Definition at line 582 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t NamedChannelSlice3::nChannels ( )
inline

Definition at line 585 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t NamedChannelSlice3::nElementsPerChannel ( )
inline

Definition at line 586 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t NamedChannelSlice3::nRuntimeErrorCases ( )
inline

Definition at line 588 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string NamedChannelSlice3::path ( )
inline

Definition at line 581 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 631 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void NamedChannelSlice3::setRemoteValue ( )
inline

Definition at line 624 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags NamedChannelSlice3::supportedFlags ( )
inline

Definition at line 584 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t NamedChannelSlice3::writeQueueLength ( )
inline

Definition at line 587 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ capabilities

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

Definition at line 592 of file testNumericAddressedBackendUnified.cpp.

◆ channelIndex

const size_t NamedChannelSlice3::channelIndex = 3
static

Definition at line 603 of file testNumericAddressedBackendUnified.cpp.

◆ full

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

Definition at line 604 of file testNumericAddressedBackendUnified.cpp.


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