![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Inheritance diagram for BitRangeAccessorTarget:
Collaboration diagram for BitRangeAccessorTarget:Public Types | |
| using | minimumUserType = uint32_t |
| using | rawUserType = int32_t |
Public Member Functions | |
| std::string | path () |
Public Member Functions inherited from ScalarRegisterDescriptorBase< BitRangeAccessorTarget > | |
| 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 = 0x1313'2131 |
| DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyLikeMtcadummy.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 |
Definition at line 1137 of file testLMapBackendUnified.cpp.
| using BitRangeAccessorTarget::minimumUserType = uint32_t |
Definition at line 1142 of file testLMapBackendUnified.cpp.
| using BitRangeAccessorTarget::rawUserType = int32_t |
Definition at line 1143 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 1138 of file testLMapBackendUnified.cpp.
| DummyRegisterAccessor<minimumUserType> BitRangeAccessorTarget::acc {exceptionDummyLikeMtcadummy.get(), "", "/BOARD.WORD_FIRMWARE"} |
Definition at line 1144 of file testLMapBackendUnified.cpp.
| const uint32_t BitRangeAccessorTarget::increment = 0x1313'2131 |
Definition at line 1140 of file testLMapBackendUnified.cpp.