ChimeraTK-DeviceAccess
03.18.00
|
Public Types | |
typedef float | minimumUserType |
typedef int8_t | rawUserType |
Public Member Functions | |
std::string | path () |
Public Member Functions inherited from ShortRaw_base< ByteRaw_fixedPoint8_4u, uint8_t > | |
bool | isWriteable () |
bool | isReadable () |
ChimeraTK::AccessModeFlags | supportedFlags () |
size_t | nChannels () |
size_t | nElementsPerChannel () |
size_t | writeQueueLength () |
size_t | nRuntimeErrorCases () |
uint8_t | get () |
void | set (uint8_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. / 16. |
int8_t | rawIncrement = 123 |
int | bitshift = 16 |
int32_t | bitmask = 0x00FF0000 |
Public Attributes inherited from ShortRaw_base< ByteRaw_fixedPoint8_4u, uint8_t > | |
ByteRaw_fixedPoint8_4u * | derived |
int32_t | lastPadding |
bool | printPaddingChangedMessage |
DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ByteRaw_fixedPoint8_4u, uint8_t > | |
static constexpr auto | capabilities |
Definition at line 358 of file testNumericAddressedBackendUnified.cpp.
typedef float ByteRaw_fixedPoint8_4u::minimumUserType |
Definition at line 360 of file testNumericAddressedBackendUnified.cpp.
typedef int8_t ByteRaw_fixedPoint8_4u::rawUserType |
Definition at line 361 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 359 of file testNumericAddressedBackendUnified.cpp.
int32_t ByteRaw_fixedPoint8_4u::bitmask = 0x00FF0000 |
Definition at line 366 of file testNumericAddressedBackendUnified.cpp.
int ByteRaw_fixedPoint8_4u::bitshift = 16 |
Definition at line 365 of file testNumericAddressedBackendUnified.cpp.
int8_t ByteRaw_fixedPoint8_4u::rawIncrement = 123 |
Definition at line 364 of file testNumericAddressedBackendUnified.cpp.
float ByteRaw_fixedPoint8_4u::rawToCooked = 1. / 16. |
Definition at line 363 of file testNumericAddressedBackendUnified.cpp.