![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Test for fanOut plugin - define 3 registers to check, one for each target of the fan out. More...
Inheritance diagram for RegWithFanOutTarget3:
Collaboration diagram for RegWithFanOutTarget3:Public Types | |
| using | minimumUserType = uint32_t |
| using | rawUserType = int32_t |
Static Public Member Functions | |
| static std::string | path () |
| static bool | isWriteable () |
| static bool | isReadable () |
| static bool | isPush () |
| static ChimeraTK::AccessModeFlags | supportedFlags () |
Public Attributes | |
| const uint32_t | increment = 19 |
| DummyRegisterAccessor< minimumUserType > | acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC/WORD_CLK_MUX_2"} |
Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| Derived * | derived {static_cast<Derived*>(this)} |
Static Public Attributes | |
| static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| static constexpr auto | capabilities |
Additional Inherited Members | |
Public Member Functions inherited from ScalarRegisterDescriptorBase< RegWithFanOutTarget3 > | |
| 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) |
Test for fanOut plugin - define 3 registers to check, one for each target of the fan out.
Definition at line 1215 of file testLMapBackendUnified.cpp.
| using RegWithFanOutTarget3::minimumUserType = uint32_t |
Definition at line 1226 of file testLMapBackendUnified.cpp.
| using RegWithFanOutTarget3::rawUserType = int32_t |
Definition at line 1227 of file testLMapBackendUnified.cpp.
|
inlinestatic |
Definition at line 1219 of file testLMapBackendUnified.cpp.
|
inlinestatic |
Definition at line 1218 of file testLMapBackendUnified.cpp.
|
inlinestatic |
Definition at line 1217 of file testLMapBackendUnified.cpp.
|
inlinestatic |
Definition at line 1216 of file testLMapBackendUnified.cpp.
|
inlinestatic |
Definition at line 1220 of file testLMapBackendUnified.cpp.
| DummyRegisterAccessor<minimumUserType> RegWithFanOutTarget3::acc {exceptionDummyLikeMtcadummy.get(), "", "/ADC/WORD_CLK_MUX_2"} |
Definition at line 1228 of file testLMapBackendUnified.cpp.
|
staticconstexpr |
Definition at line 1221 of file testLMapBackendUnified.cpp.
| const uint32_t RegWithFanOutTarget3::increment = 19 |
Definition at line 1224 of file testLMapBackendUnified.cpp.