![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Test variable accessor with arrays. More...
Inheritance diagram for RegArrayVariable:
Collaboration diagram for RegArrayVariable:Public Types | |
| typedef float | minimumUserType |
| typedef int32_t | rawUserType |
Public Member Functions | |
| std::string | path () |
| size_t | nElementsPerChannel () |
Public Member Functions inherited from VariableRegisterDescriptorBase< RegArrayVariable > | |
| size_t | nChannels () |
| ChimeraTK::AccessModeFlags | supportedFlags () |
| size_t | nRuntimeErrorCases () |
| std::vector< std::vector< UserType > > | getRemoteValue (bool=false) |
| void | setRemoteValue () |
| void | setForceRuntimeError (bool, size_t) |
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 int | increment = 121 |
Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| Derived * | derived {static_cast<Derived*>(this)} |
Additional Inherited Members | |
Static Public Attributes inherited from VariableRegisterDescriptorBase< RegArrayVariable > | |
| static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| static constexpr auto | capabilities |
Test variable accessor with arrays.
Definition at line 491 of file testLMapBackendUnified.cpp.
| typedef float RegArrayVariable::minimumUserType |
Definition at line 497 of file testLMapBackendUnified.cpp.
| typedef int32_t RegArrayVariable::rawUserType |
Definition at line 498 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 495 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 492 of file testLMapBackendUnified.cpp.
| const int RegArrayVariable::increment = 121 |
Definition at line 494 of file testLMapBackendUnified.cpp.