ChimeraTK-DeviceAccess
03.18.00
|
Test math plugin - needs to be done separately for reading and writing (see below) More...
Public Types | |
typedef double | minimumUserType |
typedef uint32_t | rawUserType |
Public Member Functions | |
ChimeraTK::AccessModeFlags | supportedFlags () |
Public Member Functions inherited from ScalarRegisterDescriptorBase< Derived > | |
size_t | nElementsPerChannel () |
Public Member Functions inherited from OneDRegisterDescriptorBase< Derived > | |
size_t | nChannels () |
size_t | myOffset () |
template<typename T , typename Traw > | |
T | convertRawToCooked (Traw value) |
template<typename UserType > | |
void | generateValueHook (std::vector< UserType > &) |
template<typename Type > | |
std::vector< std::vector< Type > > | generateValue (bool getRaw=false) |
template<typename UserType > | |
std::vector< std::vector< UserType > > | getRemoteValue (bool getRaw=false) |
void | setRemoteValue () |
Public Member Functions inherited from RegisterDescriptorBase< Derived > | |
bool | isWriteable () |
bool | isReadable () |
bool | isPush () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
void | setForceRuntimeError (bool enable, size_t) |
Public Attributes | |
const double | increment = 7 |
DummyRegisterAccessor< rawUserType > | acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"} |
Public Attributes inherited from RegisterDescriptorBase< Derived > | |
Derived * | derived {static_cast<Derived*>(this)} |
Static Public Attributes | |
static constexpr auto | capabilities = ScalarRegisterDescriptorBase<Derived>::capabilities.disableTestRawTransfer() |
Static Public Attributes inherited from RegisterDescriptorBase< Derived > | |
static constexpr auto | capabilities |
Test math plugin - needs to be done separately for reading and writing (see below)
Definition at line 677 of file testLMapBackendUnified.cpp.
typedef double RegWordFirmwareWithMath< Derived >::minimumUserType |
Definition at line 680 of file testLMapBackendUnified.cpp.
typedef uint32_t RegWordFirmwareWithMath< Derived >::rawUserType |
Definition at line 681 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 684 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<rawUserType> RegWordFirmwareWithMath< Derived >::acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"} |
Definition at line 685 of file testLMapBackendUnified.cpp.
|
staticconstexpr |
Definition at line 683 of file testLMapBackendUnified.cpp.
const double RegWordFirmwareWithMath< Derived >::increment = 7 |
Definition at line 678 of file testLMapBackendUnified.cpp.