![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Test passing through push-type scalar accessors. More...
Inheritance diagram for RegSingleWord_push:
Collaboration diagram for RegSingleWord_push:Public Types | |
| typedef uint32_t | minimumUserType |
| typedef int32_t | rawUserType |
Public Member Functions | |
| std::string | path () |
| bool | isPush () |
| bool | isWriteable () |
Public Member Functions inherited from ScalarRegisterDescriptorBase< RegSingleWord_push > | |
| 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 push-type scalar accessors.
Definition at line 356 of file testLMapBackendUnified.cpp.
| typedef uint32_t RegSingleWord_push::minimumUserType |
Definition at line 367 of file testLMapBackendUnified.cpp.
| typedef int32_t RegSingleWord_push::rawUserType |
Definition at line 368 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 358 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 359 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 357 of file testLMapBackendUnified.cpp.
| DummyRegisterAccessor<minimumUserType> RegSingleWord_push::acc {exceptionDummyPush.get(), "", "/BOARD.WORD_FIRMWARE"} |
Definition at line 369 of file testLMapBackendUnified.cpp.
| const uint32_t RegSingleWord_push::increment = 3 |
Definition at line 365 of file testLMapBackendUnified.cpp.