Module xsens_mti::precision

source ·
Expand description

Types and traits used to make the handling of the various precisions more generic in the MTData2 types.

There are four precision types available:

  • Float32: single precision IEEE 32-bit floating point number
  • Float64: double precision IEEE 64-bit floating point number
  • Fp1220: fixed point 12.20 32-bit number
  • Fp1632: fixed point 16.32 48-bit number

Traits