ChimeraTK-DeviceAccess
03.18.00
|
Test variable accessor with arrays. More...
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< RegArrayVariable > | |
size_t | nChannels () |
size_t | myOffset () |
T | convertRawToCooked (Traw value) |
void | generateValueHook (std::vector< UserType > &) |
std::vector< std::vector< Type > > | generateValue (bool getRaw=false) |
std::vector< std::vector< UserType > > | getRemoteValue (bool getRaw=false) |
void | setRemoteValue () |
Public Member Functions inherited from RegisterDescriptorBase< RegArrayVariable > | |
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< RegArrayVariable > | |
RegArrayVariable * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from VariableRegisterDescriptorBase< RegArrayVariable > | |
static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< RegArrayVariable > | |
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.