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

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

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 453 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

typedef uint16_t MuxedNodma::minimumUserType

Definition at line 463 of file testNumericAddressedBackendUnified.cpp.

◆ rawUserType

Member Function Documentation

◆ generateValue()

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

Definition at line 477 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 489 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool MuxedNodma::isReadable ( )
inline

Definition at line 456 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool MuxedNodma::isWriteable ( )
inline

Definition at line 455 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t MuxedNodma::nChannels ( )
inline

Definition at line 459 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t MuxedNodma::nElementsPerChannel ( )
inline

Definition at line 460 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t MuxedNodma::nRuntimeErrorCases ( )
inline

Definition at line 462 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string MuxedNodma::path ( )
inline

Definition at line 454 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 509 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void MuxedNodma::setRemoteValue ( )
inline

Definition at line 500 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags MuxedNodma::supportedFlags ( )
inline

Definition at line 457 of file testNumericAddressedBackendUnified.cpp.

◆ writeQueueLength()

size_t MuxedNodma::writeQueueLength ( )
inline

Definition at line 461 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ acc

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

Definition at line 474 of file testNumericAddressedBackendUnified.cpp.

◆ capabilities

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

Definition at line 466 of file testNumericAddressedBackendUnified.cpp.


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