![]() |
ChimeraTK-DeviceAccess 03.20.00
|
Test passing through scalar accessors - use another target. More...
Public Types | |
typedef uint32_t | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
![]() | |
size_t | nElementsPerChannel () |
![]() | |
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 () |
![]() | |
bool | isWriteable () |
bool | isReadable () |
bool | isPush () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
void | setForceRuntimeError (bool enable, size_t) |
Public Attributes | |
const uint32_t | increment = 3 |
DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"} |
![]() | |
Derived * | derived {static_cast<Derived*>(this)} |
Additional Inherited Members | |
![]() | |
static constexpr auto | capabilities |
Test passing through scalar accessors - use another target.
We use the one with the push accessors (target 3 in lmap file)
Definition at line 345 of file testLMapBackendUnified.cpp.
typedef uint32_t RegSingleWordB::minimumUserType |
Definition at line 350 of file testLMapBackendUnified.cpp.
typedef int32_t RegSingleWordB::rawUserType |
Definition at line 351 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 346 of file testLMapBackendUnified.cpp.
DummyRegisterAccessor<minimumUserType> RegSingleWordB::acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"} |
Definition at line 352 of file testLMapBackendUnified.cpp.
const uint32_t RegSingleWordB::increment = 3 |
Definition at line 348 of file testLMapBackendUnified.cpp.