|
Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
Go to the source code of this file.
Namespaces | |
| zserio | |
Functions | |
| float | zserio::convertUInt16ToFloat (uint16_t float16Value) |
| uint16_t | zserio::convertFloatToUInt16 (float float32) |
| float | zserio::convertUInt32ToFloat (uint32_t float32Value) |
| uint32_t | zserio::convertFloatToUInt32 (float float32) |
| double | zserio::convertUInt64ToDouble (uint64_t float64Value) |
| uint64_t | zserio::convertDoubleToUInt64 (double float64) |