ChimeraTK-DeviceAccess-DoocsBackend
01.09.02
|
Public Types | |
typedef int32_t | minimumUserType |
Public Types inherited from AllRegisterDefaults< RegSomeInt > | |
typedef std::nullptr_t | rawUserType |
Public Member Functions | |
std::string | path () |
void | switchReadOnly (bool enable) |
Public Member Functions inherited from ScalarDefaults< RegSomeInt > | |
size_t | nElementsPerChannel () |
std::vector< std::vector< UserType > > | generateValue () |
std::vector< std::vector< UserType > > | getRemoteValue () |
void | setRemoteValue () |
Public Member Functions inherited from AllRegisterDefaults< RegSomeInt > | |
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_int & | prop {location->prop_someInt} |
int32_t | increment {3} |
Public Attributes inherited from AllRegisterDefaults< RegSomeInt > | |
RegSomeInt * | derived |
Static Public Attributes | |
static constexpr auto | capabilities = ScalarDefaults<RegSomeInt>::capabilities.enableSwitchReadOnly() |
Static Public Attributes inherited from AllRegisterDefaults< RegSomeInt > | |
static constexpr auto | capabilities |
Definition at line 198 of file testUnifiedBackendTest.cpp.
typedef int32_t RegSomeInt::minimumUserType |
Definition at line 201 of file testUnifiedBackendTest.cpp.
|
inline |
Definition at line 199 of file testUnifiedBackendTest.cpp.
|
inline |
Definition at line 206 of file testUnifiedBackendTest.cpp.
|
staticconstexpr |
Definition at line 204 of file testUnifiedBackendTest.cpp.
int32_t RegSomeInt::increment {3} |
Definition at line 202 of file testUnifiedBackendTest.cpp.
D_int& RegSomeInt::prop {location->prop_someInt} |
Definition at line 200 of file testUnifiedBackendTest.cpp.