ChimeraTK-DeviceAccess-DoocsBackend
01.09.02
|
Public Types | |
typedef double | minimumUserType |
Public Types inherited from AllRegisterDefaults< RegSomeDouble > | |
typedef std::nullptr_t | rawUserType |
Public Member Functions | |
std::string | path () |
Public Member Functions inherited from ScalarDefaults< RegSomeDouble > | |
size_t | nElementsPerChannel () |
std::vector< std::vector< UserType > > | generateValue () |
std::vector< std::vector< UserType > > | getRemoteValue () |
void | setRemoteValue () |
Public Member Functions inherited from AllRegisterDefaults< RegSomeDouble > | |
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_double & | prop {location->prop_someDouble} |
double | increment {std::exp(1.5)} |
Public Attributes inherited from AllRegisterDefaults< RegSomeDouble > | |
RegSomeDouble * | derived |
Additional Inherited Members | |
Static Public Attributes inherited from AllRegisterDefaults< RegSomeDouble > | |
static constexpr auto | capabilities |
Definition at line 269 of file testUnifiedBackendTest.cpp.
typedef double RegSomeDouble::minimumUserType |
Definition at line 272 of file testUnifiedBackendTest.cpp.
|
inline |
Definition at line 270 of file testUnifiedBackendTest.cpp.
double RegSomeDouble::increment {std::exp(1.5)} |
Definition at line 273 of file testUnifiedBackendTest.cpp.
D_double& RegSomeDouble::prop {location->prop_someDouble} |
Definition at line 271 of file testUnifiedBackendTest.cpp.