ChimeraTK-DeviceAccess
03.18.00
|
Test constant accessor. More...
Public Types | |
typedef int32_t | minimumUserType |
typedef int32_t | rawUserType |
Public Member Functions | |
std::string | path () |
size_t | nElementsPerChannel () |
Public Member Functions inherited from ConstantRegisterDescriptorBase< RegConstant > | |
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< RegConstant > | |
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 {42} |
Public Attributes inherited from RegisterDescriptorBase< RegConstant > | |
RegConstant * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from ConstantRegisterDescriptorBase< RegConstant > | |
static constexpr auto | capabilities |
Static Public Attributes inherited from RegisterDescriptorBase< RegConstant > | |
static constexpr auto | capabilities |
Test constant accessor.
Definition at line 447 of file testLMapBackendUnified.cpp.
typedef int32_t RegConstant::minimumUserType |
Definition at line 453 of file testLMapBackendUnified.cpp.
typedef int32_t RegConstant::rawUserType |
Definition at line 454 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 450 of file testLMapBackendUnified.cpp.
|
inline |
Definition at line 448 of file testLMapBackendUnified.cpp.
const std::vector<int32_t> RegConstant::value {42} |
Definition at line 451 of file testLMapBackendUnified.cpp.