![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Inheritance diagram for ByteRaw_fixedPoint8_4s:
Collaboration diagram for ByteRaw_fixedPoint8_4s:Public Types | |
| typedef float | minimumUserType |
| typedef int8_t | rawUserType |
Public Member Functions | |
| std::string | path () |
Public Member Functions inherited from ShortRaw_base< ByteRaw_fixedPoint8_4s, 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 | |
| float | rawToCooked = 1. / 16. |
| int8_t | rawIncrement = 125 |
| int | bitshift = 24 |
| int32_t | bitmask = 0xFF000000 |
Public Attributes inherited from ShortRaw_base< ByteRaw_fixedPoint8_4s, int8_t > | |
| ByteRaw_fixedPoint8_4s * | derived |
| int32_t | lastPadding |
| bool | printPaddingChangedMessage |
| DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ByteRaw_fixedPoint8_4s, int8_t > | |
| static constexpr auto | capabilities |
Definition at line 371 of file testNumericAddressedBackendUnified.cpp.
| typedef float ByteRaw_fixedPoint8_4s::minimumUserType |
Definition at line 373 of file testNumericAddressedBackendUnified.cpp.
| typedef int8_t ByteRaw_fixedPoint8_4s::rawUserType |
Definition at line 374 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 372 of file testNumericAddressedBackendUnified.cpp.
| int32_t ByteRaw_fixedPoint8_4s::bitmask = 0xFF000000 |
Definition at line 379 of file testNumericAddressedBackendUnified.cpp.
| int ByteRaw_fixedPoint8_4s::bitshift = 24 |
Definition at line 378 of file testNumericAddressedBackendUnified.cpp.
| int8_t ByteRaw_fixedPoint8_4s::rawIncrement = 125 |
Definition at line 377 of file testNumericAddressedBackendUnified.cpp.
| float ByteRaw_fixedPoint8_4s::rawToCooked = 1. / 16. |
Definition at line 376 of file testNumericAddressedBackendUnified.cpp.