ChimeraTK-DeviceAccess
03.18.00
|
Public Types | |
typedef int16_t | minimumUserType |
typedef minimumUserType | rawUserType |
Public Member Functions | |
std::string | path () |
Public Member Functions inherited from ShortRaw_base< ShortRaw_signed16, int16_t > | |
bool | isWriteable () |
bool | isReadable () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | nChannels () |
size_t | nElementsPerChannel () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
int16_t | get () |
void | set (int16_t val) |
std::vector< std::vector< Type > > | generateValue (bool raw=false) |
std::vector< std::vector< Type > > | getRemoteValue (bool raw=false) |
void | setRemoteValue () |
void | setForceRuntimeError (bool enable, size_t) |
Public Attributes | |
int16_t | rawToCooked = 1 |
int16_t | rawIncrement = 17117 |
int | bitshift = 0 |
int32_t | bitmask = 0x0000FFFF |
Public Attributes inherited from ShortRaw_base< ShortRaw_signed16, int16_t > | |
ShortRaw_signed16 * | derived |
int32_t | lastPadding |
bool | printPaddingChangedMessage |
DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ShortRaw_signed16, int16_t > | |
static constexpr auto | capabilities |
Definition at line 277 of file testNumericAddressedBackendUnified.cpp.
typedef int16_t ShortRaw_signed16::minimumUserType |
Definition at line 279 of file testNumericAddressedBackendUnified.cpp.
Definition at line 280 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 278 of file testNumericAddressedBackendUnified.cpp.
int32_t ShortRaw_signed16::bitmask = 0x0000FFFF |
Definition at line 288 of file testNumericAddressedBackendUnified.cpp.
int ShortRaw_signed16::bitshift = 0 |
Definition at line 287 of file testNumericAddressedBackendUnified.cpp.
int16_t ShortRaw_signed16::rawIncrement = 17117 |
Definition at line 286 of file testNumericAddressedBackendUnified.cpp.
int16_t ShortRaw_signed16::rawToCooked = 1 |
Definition at line 282 of file testNumericAddressedBackendUnified.cpp.