![]() |
ChimeraTK-DeviceAccess-DoocsBackend 01.12.00
|
Inheritance diagram for RegSomeFloatArray:
Collaboration diagram for RegSomeFloatArray:Public Types | |
| typedef float | minimumUserType |
Public Types inherited from AllRegisterDefaults< DERIVED > | |
| typedef std::nullptr_t | rawUserType |
Public Member Functions | |
| std::string | path () |
| size_t | nElementsPerChannel () |
Public Member Functions inherited from ArrayDefaults< RegSomeFloatArray > | |
| std::vector< std::vector< UserType > > | generateValue () |
| std::vector< std::vector< UserType > > | getRemoteValue () |
| void | setRemoteValue () |
Public Member Functions inherited from AllRegisterDefaults< DERIVED > | |
| bool | isWriteable () |
| bool | isReadable () |
| ChimeraTK::AccessModeFlags | supportedFlags () |
| size_t | nChannels () |
| size_t | writeQueueLength () |
| size_t | nRuntimeErrorCases () |
| void | setForceRuntimeError (bool enable, size_t) |
| void | updateStamp () |
Public Attributes | |
| D_floatarray & | prop {location->prop_someFloatArray} |
| float | increment {std::exp(5.F)} |
Public Attributes inherited from AllRegisterDefaults< DERIVED > | |
| DERIVED * | derived {static_cast<DERIVED*>(this)} |
Additional Inherited Members | |
Static Public Attributes inherited from AllRegisterDefaults< DERIVED > | |
| static constexpr auto | capabilities |
Definition at line 351 of file testUnifiedBackendTest.cpp.
| typedef float RegSomeFloatArray::minimumUserType |
Definition at line 355 of file testUnifiedBackendTest.cpp.
|
inline |
Definition at line 353 of file testUnifiedBackendTest.cpp.
|
inline |
Definition at line 352 of file testUnifiedBackendTest.cpp.
| float RegSomeFloatArray::increment {std::exp(5.F)} |
Definition at line 356 of file testUnifiedBackendTest.cpp.
| D_floatarray& RegSomeFloatArray::prop {location->prop_someFloatArray} |
Definition at line 354 of file testUnifiedBackendTest.cpp.