ChimeraTK-DeviceAccess
03.18.00
|
Public Types | |
typedef float | minimumUserType |
typedef int16_t | rawUserType |
Public Member Functions | |
std::string | path () |
Public Member Functions inherited from ShortRaw_base< ShortRaw_fixedPoint16_8s, 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 | |
float | rawToCooked = 1. / 256. |
int16_t | rawIncrement = 17123 |
int | bitshift = 16 |
int32_t | bitmask = 0xFFFF0000 |
Public Attributes inherited from ShortRaw_base< ShortRaw_fixedPoint16_8s, int16_t > | |
ShortRaw_fixedPoint16_8s * | derived |
int32_t | lastPadding |
bool | printPaddingChangedMessage |
DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ShortRaw_fixedPoint16_8s, int16_t > | |
static constexpr auto | capabilities |
Definition at line 319 of file testNumericAddressedBackendUnified.cpp.
typedef float ShortRaw_fixedPoint16_8s::minimumUserType |
Definition at line 321 of file testNumericAddressedBackendUnified.cpp.
typedef int16_t ShortRaw_fixedPoint16_8s::rawUserType |
Definition at line 322 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 320 of file testNumericAddressedBackendUnified.cpp.
int32_t ShortRaw_fixedPoint16_8s::bitmask = 0xFFFF0000 |
Definition at line 327 of file testNumericAddressedBackendUnified.cpp.
int ShortRaw_fixedPoint16_8s::bitshift = 16 |
Definition at line 326 of file testNumericAddressedBackendUnified.cpp.
int16_t ShortRaw_fixedPoint16_8s::rawIncrement = 17123 |
Definition at line 325 of file testNumericAddressedBackendUnified.cpp.
float ShortRaw_fixedPoint16_8s::rawToCooked = 1. / 256. |
Definition at line 324 of file testNumericAddressedBackendUnified.cpp.