![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Inheritance diagram for ByteRaw_signed8:
Collaboration diagram for ByteRaw_signed8:Public Types | |
| typedef int8_t | minimumUserType |
| typedef int8_t | rawUserType |
Public Member Functions | |
| std::string | path () |
Public Member Functions inherited from ShortRaw_base< ByteRaw_signed8, int8_t > | |
| bool | isWriteable () |
| bool | isReadable () |
| ChimeraTK::AccessModeFlags | supportedFlags () |
| size_t | nChannels () |
| size_t | nElementsPerChannel () |
| size_t | writeQueueLength () |
| size_t | nRuntimeErrorCases () |
| int8_t | get () |
| void | set (int8_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 | |
| int8_t | rawToCooked = 1 |
| int8_t | rawIncrement = 119 |
| int | bitshift = 0 |
| int32_t | bitmask = 0x000000FF |
Public Attributes inherited from ShortRaw_base< ByteRaw_signed8, int8_t > | |
| ByteRaw_signed8 * | derived |
| int32_t | lastPadding |
| bool | printPaddingChangedMessage |
| DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ByteRaw_signed8, int8_t > | |
| static constexpr auto | capabilities |
Definition at line 332 of file testNumericAddressedBackendUnified.cpp.
| typedef int8_t ByteRaw_signed8::minimumUserType |
Definition at line 334 of file testNumericAddressedBackendUnified.cpp.
| typedef int8_t ByteRaw_signed8::rawUserType |
Definition at line 335 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 333 of file testNumericAddressedBackendUnified.cpp.
| int32_t ByteRaw_signed8::bitmask = 0x000000FF |
Definition at line 340 of file testNumericAddressedBackendUnified.cpp.
| int ByteRaw_signed8::bitshift = 0 |
Definition at line 339 of file testNumericAddressedBackendUnified.cpp.
| int8_t ByteRaw_signed8::rawIncrement = 119 |
Definition at line 338 of file testNumericAddressedBackendUnified.cpp.
| int8_t ByteRaw_signed8::rawToCooked = 1 |
Definition at line 337 of file testNumericAddressedBackendUnified.cpp.