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

Public Types

typedef uint16_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 UserType >
std::vector< std::vector< UserType > > generateValue ()
 
template<typename UserType >
std::vector< std::vector< UserType > > getRemoteValue ()
 
void setRemoteValue ()
 
void setForceRuntimeError (bool enable, size_t)
 

Public Attributes

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

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 516 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

Definition at line 526 of file testNumericAddressedBackendUnified.cpp.

◆ rawUserType

Member Function Documentation

◆ generateValue()

template<typename UserType >
std::vector<std::vector<UserType> > MuxedNodmaAsync::generateValue ( )
inline

Definition at line 540 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

template<typename UserType >
std::vector<std::vector<UserType> > MuxedNodmaAsync::getRemoteValue ( )
inline

Definition at line 552 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool MuxedNodmaAsync::isReadable ( )
inline

Definition at line 519 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool MuxedNodmaAsync::isWriteable ( )
inline

Definition at line 518 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t MuxedNodmaAsync::nChannels ( )
inline

Definition at line 522 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t MuxedNodmaAsync::nElementsPerChannel ( )
inline

Definition at line 523 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t MuxedNodmaAsync::nRuntimeErrorCases ( )
inline

Definition at line 525 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string MuxedNodmaAsync::path ( )
inline

Definition at line 517 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 573 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void MuxedNodmaAsync::setRemoteValue ( )
inline

Definition at line 563 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags MuxedNodmaAsync::supportedFlags ( )
inline

Definition at line 520 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t MuxedNodmaAsync::writeQueueLength ( )
inline

Definition at line 524 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

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

Definition at line 537 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 529 of file testNumericAddressedBackendUnified.cpp.


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