ChimeraTK-DeviceAccess
03.18.00
|
Test passing through partial array accessors. More...
Public Types | |
typedef int32_t | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
size_t | nElementsPerChannel () |
size_t | myOffset () |
Public Member Functions inherited from OneDRegisterDescriptorBase< RegPartOfArea > | |
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< RegPartOfArea > | |
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 = 11 |
DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
Public Attributes inherited from RegisterDescriptorBase< RegPartOfArea > | |
RegPartOfArea * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from RegisterDescriptorBase< RegPartOfArea > | |
static constexpr auto | capabilities |
Test passing through partial array accessors.
Definition at line 385 of file testLMapBackendUnified.cpp.
typedef int32_t RegPartOfArea::minimumUserType |
Definition at line 392 of file testLMapBackendUnified.cpp.
typedef int32_t RegPartOfArea::rawUserType |
Definition at line 393 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 390 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 389 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 386 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<minimumUserType> RegPartOfArea::acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC.AREA_DMAABLE"} |
Definition at line 394 of file testLMapBackendUnified.cpp.
const int32_t RegPartOfArea::increment = 11 |
Definition at line 388 of file testLMapBackendUnified.cpp.