ChimeraTK-DeviceAccess
03.18.00
|
Public Types | |
typedef uint8_t | minimumUserType |
typedef int8_t | rawUserType |
Public Member Functions | |
std::string | path () |
Public Member Functions inherited from ShortRaw_base< ByteRaw_unsigned8, 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 | |
uint8_t | rawToCooked = 1 |
int8_t | rawIncrement = 121 |
int | bitshift = 8 |
int32_t | bitmask = 0x0000FF00 |
Public Attributes inherited from ShortRaw_base< ByteRaw_unsigned8, uint8_t > | |
ByteRaw_unsigned8 * | derived |
int32_t | lastPadding |
bool | printPaddingChangedMessage |
DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ByteRaw_unsigned8, uint8_t > | |
static constexpr auto | capabilities |
Definition at line 345 of file testNumericAddressedBackendUnified.cpp.
typedef uint8_t ByteRaw_unsigned8::minimumUserType |
Definition at line 347 of file testNumericAddressedBackendUnified.cpp.
typedef int8_t ByteRaw_unsigned8::rawUserType |
Definition at line 348 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 346 of file testNumericAddressedBackendUnified.cpp.
int32_t ByteRaw_unsigned8::bitmask = 0x0000FF00 |
Definition at line 353 of file testNumericAddressedBackendUnified.cpp.
int ByteRaw_unsigned8::bitshift = 8 |
Definition at line 352 of file testNumericAddressedBackendUnified.cpp.
int8_t ByteRaw_unsigned8::rawIncrement = 121 |
Definition at line 351 of file testNumericAddressedBackendUnified.cpp.
uint8_t ByteRaw_unsigned8::rawToCooked = 1 |
Definition at line 350 of file testNumericAddressedBackendUnified.cpp.