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

Public Types

typedef float minimumUserType
 

Public Member Functions

std::string path ()
 
bool isWriteable ()
 
bool isReadable ()
 
ChimeraTK::AccessModeFlags supportedFlags ()
 
size_t nChannels ()
 
size_t nElementsPerChannel ()
 
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< int32_t > rawAcc {exceptionDummyMuxed.get(), "TEST", "FLOAT"}
 

Static Public Attributes

static constexpr auto capabilities
 

Detailed Description

Definition at line 583 of file testNumericAddressedBackendUnified.cpp.

Member Typedef Documentation

◆ minimumUserType

Definition at line 592 of file testNumericAddressedBackendUnified.cpp.

Member Function Documentation

◆ generateValue()

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

Definition at line 606 of file testNumericAddressedBackendUnified.cpp.

◆ getRemoteValue()

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

Definition at line 620 of file testNumericAddressedBackendUnified.cpp.

◆ isReadable()

bool MuxedFloat::isReadable ( )
inline

Definition at line 586 of file testNumericAddressedBackendUnified.cpp.

◆ isWriteable()

bool MuxedFloat::isWriteable ( )
inline

Definition at line 585 of file testNumericAddressedBackendUnified.cpp.

◆ nChannels()

size_t MuxedFloat::nChannels ( )
inline

Definition at line 589 of file testNumericAddressedBackendUnified.cpp.

◆ nElementsPerChannel()

size_t MuxedFloat::nElementsPerChannel ( )
inline

Definition at line 590 of file testNumericAddressedBackendUnified.cpp.

◆ nRuntimeErrorCases()

size_t MuxedFloat::nRuntimeErrorCases ( )
inline

Definition at line 591 of file testNumericAddressedBackendUnified.cpp.

◆ path()

std::string MuxedFloat::path ( )
inline

Definition at line 584 of file testNumericAddressedBackendUnified.cpp.

◆ setForceRuntimeError()

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

Definition at line 646 of file testNumericAddressedBackendUnified.cpp.

◆ setRemoteValue()

void MuxedFloat::setRemoteValue ( )
inline

Definition at line 633 of file testNumericAddressedBackendUnified.cpp.

◆ supportedFlags()

ChimeraTK::AccessModeFlags MuxedFloat::supportedFlags ( )
inline

Definition at line 587 of file testNumericAddressedBackendUnified.cpp.

Member Data Documentation

◆ capabilities

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

Definition at line 595 of file testNumericAddressedBackendUnified.cpp.

◆ rawAcc

DummyMultiplexedRegisterAccessor<int32_t> MuxedFloat::rawAcc {exceptionDummyMuxed.get(), "TEST", "FLOAT"}

Definition at line 603 of file testNumericAddressedBackendUnified.cpp.


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