ChimeraTK-DeviceAccess
03.18.00
|
Test multiply 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 | |
std::string | path () |
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 = std::exp(1.) |
DummyRegisterAccessor< rawUserType > | acc {exceptionDummyLikeMtcadummy.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 multiply plugin - needs to be done separately for reading and writing (see below)
Definition at line 554 of file testLMapBackendUnified.cpp.
typedef double RegSingleWordScaled< Derived >::minimumUserType |
Definition at line 559 of file testLMapBackendUnified.cpp.
typedef uint32_t RegSingleWordScaled< Derived >::rawUserType |
Definition at line 560 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 555 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 563 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<rawUserType> RegSingleWordScaled< Derived >::acc {exceptionDummyLikeMtcadummy.get(), "", "/BOARD.WORD_FIRMWARE"} |
Definition at line 564 of file testLMapBackendUnified.cpp.
|
staticconstexpr |
Definition at line 562 of file testLMapBackendUnified.cpp.
const double RegSingleWordScaled< Derived >::increment = std::exp(1.) |
Definition at line 557 of file testLMapBackendUnified.cpp.