![]() |
ChimeraTK-DeviceAccess 03.19.00
|
Test passing through 1D array accessors. More...
Public Types | |
typedef int32_t | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
size_t | nElementsPerChannel () |
![]() | |
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 () |
![]() | |
bool | isWriteable () |
bool | isReadable () |
bool | isPush () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
void | setForceRuntimeError (bool enable, size_t) |
Public Attributes | |
const int32_t | increment = 7 |
DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
![]() | |
Derived * | derived {static_cast<Derived*>(this)} |
Additional Inherited Members | |
![]() | |
static constexpr auto | capabilities |
Test passing through 1D array accessors.
Definition at line 373 of file testLMapBackendUnified.cpp.
typedef int32_t RegFullArea::minimumUserType |
Definition at line 379 of file testLMapBackendUnified.cpp.
typedef int32_t RegFullArea::rawUserType |
Definition at line 380 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 377 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 374 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<minimumUserType> RegFullArea::acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
Definition at line 381 of file testLMapBackendUnified.cpp.
const int32_t RegFullArea::increment = 7 |
Definition at line 376 of file testLMapBackendUnified.cpp.