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

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

DummyRegisterAccessor< uint16_t > acc {exceptionDummyMuxed.get(), "TEST/NODMA", "0"}
 
DummyMultiplexedRegisterAccessor< uint16_t > full {exceptionDummyMuxed.get(), "TEST", "NODMA"}
 

Static Public Attributes

static constexpr auto capabilities
 
static const size_t channelIndex = 0
 

Detailed Description

Definition at line 524 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

◆ rawUserType

Definition at line 534 of file testNumericAddressedBackendUnified.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 549 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 558 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool NamedChannelSlice0::isReadable ( )
inline

Definition at line 527 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool NamedChannelSlice0::isWriteable ( )
inline

Definition at line 526 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t NamedChannelSlice0::nChannels ( )
inline

Definition at line 529 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t NamedChannelSlice0::nElementsPerChannel ( )
inline

Definition at line 530 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t NamedChannelSlice0::nRuntimeErrorCases ( )
inline

Definition at line 532 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string NamedChannelSlice0::path ( )
inline

Definition at line 525 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 573 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void NamedChannelSlice0::setRemoteValue ( )
inline

Definition at line 566 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags NamedChannelSlice0::supportedFlags ( )
inline

Definition at line 528 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t NamedChannelSlice0::writeQueueLength ( )
inline

Definition at line 531 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

DummyRegisterAccessor<uint16_t> NamedChannelSlice0::acc {exceptionDummyMuxed.get(), "TEST/NODMA", "0"}

Definition at line 545 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 536 of file testNumericAddressedBackendUnified.cpp.

◆ channelIndex

const size_t NamedChannelSlice0::channelIndex = 0
static

Definition at line 544 of file testNumericAddressedBackendUnified.cpp.

◆ full

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

Definition at line 546 of file testNumericAddressedBackendUnified.cpp.


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