![]() |
ChimeraTK-DeviceAccess 03.25.00
|
Inheritance diagram for ShortRaw_unsigned16:
Collaboration diagram for ShortRaw_unsigned16:Public Types | |
| typedef uint16_t | minimumUserType |
| typedef int16_t | rawUserType |
Public Member Functions | |
| std::string | path () |
Public Member Functions inherited from ShortRaw_base< ShortRaw_unsigned16, uint16_t > | |
| bool | isWriteable () |
| bool | isReadable () |
| ChimeraTK::AccessModeFlags | supportedFlags () |
| size_t | nChannels () |
| size_t | nElementsPerChannel () |
| size_t | writeQueueLength () |
| size_t | nRuntimeErrorCases () |
| uint16_t | get () |
| void | set (uint16_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 | |
| int16_t | rawToCooked = 1 |
| int16_t | rawIncrement = 17119 |
| int | bitshift = 16 |
| int32_t | bitmask = 0xFFFF0000 |
Public Attributes inherited from ShortRaw_base< ShortRaw_unsigned16, uint16_t > | |
| ShortRaw_unsigned16 * | derived |
| int32_t | lastPadding |
| bool | printPaddingChangedMessage |
| DummyRegisterRawAccessor | acc |
Additional Inherited Members | |
Static Public Attributes inherited from ShortRaw_base< ShortRaw_unsigned16, uint16_t > | |
| static constexpr auto | capabilities |
Definition at line 293 of file testNumericAddressedBackendUnified.cpp.
| typedef uint16_t ShortRaw_unsigned16::minimumUserType |
Definition at line 295 of file testNumericAddressedBackendUnified.cpp.
| typedef int16_t ShortRaw_unsigned16::rawUserType |
Definition at line 296 of file testNumericAddressedBackendUnified.cpp.
|
inline |
Definition at line 294 of file testNumericAddressedBackendUnified.cpp.
| int32_t ShortRaw_unsigned16::bitmask = 0xFFFF0000 |
Definition at line 301 of file testNumericAddressedBackendUnified.cpp.
| int ShortRaw_unsigned16::bitshift = 16 |
Definition at line 300 of file testNumericAddressedBackendUnified.cpp.
| int16_t ShortRaw_unsigned16::rawIncrement = 17119 |
Definition at line 299 of file testNumericAddressedBackendUnified.cpp.
| int16_t ShortRaw_unsigned16::rawToCooked = 1 |
Definition at line 298 of file testNumericAddressedBackendUnified.cpp.