![]() |
ChimeraTK-DeviceAccess 03.26.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 76 of file testRawConverter.cpp.
| using FixedPointConverter< RawType >::RawTypeUnsigned = std::make_unsigned_t<RawType> |
Definition at line 82 of file testRawConverter.cpp.
|
inline |
Definition at line 78 of file testRawConverter.cpp.
|
inline |
Definition at line 85 of file testRawConverter.cpp.
|
inline |
Definition at line 93 of file testRawConverter.cpp.