![]() |
ChimeraTK-DeviceAccess 03.27.00
|
Public Types | |
| using | RawTypeUnsigned = std::make_unsigned_t< RawType > |
Public Member Functions | |
| FixedPointConverter (std::string variableName, unsigned int nBits=32, int fractionalBits=0, bool isSignedFlag=true) | |
| template<typename UserType > | |
| UserType | scalarToCooked (RawType raw) const |
| template<typename UserType > | |
| RawType | toRaw (UserType cooked) const |
Definition at line 77 of file testRawConverter.cpp.
| using FixedPointConverter< RawType >::RawTypeUnsigned = std::make_unsigned_t<RawType> |
Definition at line 83 of file testRawConverter.cpp.
|
inline |
Definition at line 79 of file testRawConverter.cpp.
|
inline |
Definition at line 86 of file testRawConverter.cpp.
|
inline |
Definition at line 94 of file testRawConverter.cpp.