ChimeraTK-DeviceAccess
03.18.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 () |
Public Member Functions inherited from OneDRegisterDescriptorBase< RegFullArea > | |
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< RegFullArea > | |
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"} |
Public Attributes inherited from RegisterDescriptorBase< RegFullArea > | |
RegFullArea * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from RegisterDescriptorBase< RegFullArea > | |
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.