ThomasRyschawyEquinor
released this
06 Nov 11:32
·
6 commits
to master
since this release
- adds use_higher_samples_precision option to StreamConverter
- Specifies whether to use higher precision for the sample interval and sample time.
Default isFalse
. When set toTrue
, stores sample interval and sample time as
64-bit floating-point numbers for increased precision. IfFalse
, they are stored
as 32-bit integers.
- Specifies whether to use higher precision for the sample interval and sample time.