![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Test passing through scalar accessors - use another target. More...
Inheritance diagram for RegSingleWordB:
Collaboration diagram for RegSingleWordB:Public Types | |
| typedef uint32_t | minimumUserType |
| typedef int32_t | rawUserType |
Public Member Functions | |
| std::string | path () |
Public Member Functions inherited from ScalarRegisterDescriptorBase< RegSingleWordB > | |
| size_t | nElementsPerChannel () |
Public Member Functions inherited from OneDRegisterDescriptorBase< Derived > | |
| 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 () |
Public Member Functions inherited from RegisterDescriptorBase< Derived > | |
| 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"} |
Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| Derived * | derived {static_cast<Derived*>(this)} |
Additional Inherited Members | |
Static Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| 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.