![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Test constant accessor with arrays. More...
Inheritance diagram for RegArrayConstant:
Collaboration diagram for RegArrayConstant:Public Types | |
| typedef float | minimumUserType |
| typedef int32_t | rawUserType |
Public Member Functions | |
| std::string | path () |
| size_t | nElementsPerChannel () |
Public Member Functions inherited from ConstantRegisterDescriptorBase< RegArrayConstant > | |
| size_t | nChannels () |
| bool | isWriteable () |
| ChimeraTK::AccessModeFlags | supportedFlags () |
| size_t | nRuntimeErrorCases () |
| std::vector< std::vector< UserType > > | generateValue () |
| std::vector< std::vector< UserType > > | getRemoteValue () |
| void | setRemoteValue () |
| void | setForceRuntimeError (bool, size_t) |
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 std::vector< int32_t > | value {1111, 2222, 3333, 4444, 5555} |
Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| Derived * | derived {static_cast<Derived*>(this)} |
Additional Inherited Members | |
Static Public Attributes inherited from ConstantRegisterDescriptorBase< RegArrayConstant > | |
| static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< Derived > | |
| static constexpr auto | capabilities |
Test constant accessor with arrays.
Definition at line 480 of file testLMapBackendUnified.cpp.
| typedef float RegArrayConstant::minimumUserType |
Definition at line 486 of file testLMapBackendUnified.cpp.
| typedef int32_t RegArrayConstant::rawUserType |
Definition at line 487 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 484 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 481 of file testLMapBackendUnified.cpp.
| const std::vector<int32_t> RegArrayConstant::value {1111, 2222, 3333, 4444, 5555} |
Definition at line 483 of file testLMapBackendUnified.cpp.