ChimeraTK-DeviceAccess
03.18.00
|
Test multiply plugin applied to array (just one direction for sake of simplicity) More...
Public Types | |
typedef double | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
bool | isWriteable () |
size_t | nElementsPerChannel () |
template<typename T , typename Traw > | |
T | convertRawToCooked (Traw value) |
ChimeraTK::AccessModeFlags | supportedFlags () |
Public Member Functions inherited from OneDRegisterDescriptorBase< RegFullAreaScaled > | |
size_t | nChannels () |
size_t | myOffset () |
T | convertRawToCooked (Traw value) |
void | generateValueHook (std::vector< UserType > &) |
std::vector< std::vector< Type > > | generateValue (bool getRaw=false) |
std::vector< std::vector< UserType > > | getRemoteValue (bool getRaw=false) |
void | setRemoteValue () |
Public Member Functions inherited from RegisterDescriptorBase< RegFullAreaScaled > | |
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(4.) |
DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
Public Attributes inherited from RegisterDescriptorBase< RegFullAreaScaled > | |
RegFullAreaScaled * | derived |
Static Public Attributes | |
static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< RegFullAreaScaled > | |
static constexpr auto | capabilities |
Test multiply plugin applied to array (just one direction for sake of simplicity)
Definition at line 626 of file testLMapBackendUnified.cpp.
typedef double RegFullAreaScaled::minimumUserType |
Definition at line 643 of file testLMapBackendUnified.cpp.
typedef int32_t RegFullAreaScaled::rawUserType |
Definition at line 644 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 639 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 628 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 636 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 627 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 646 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<minimumUserType> RegFullAreaScaled::acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
Definition at line 647 of file testLMapBackendUnified.cpp.
|
staticconstexpr |
Definition at line 632 of file testLMapBackendUnified.cpp.
const double RegFullAreaScaled::increment = std::exp(4.) |
Definition at line 635 of file testLMapBackendUnified.cpp.