nasa / CTF

This is a new repository for a new tool to be added to the cFS ecosystem called cFS Test Framework (CTF).
27 stars 6 forks source link

Known issue with multi-byte bitfield encoding #29

Open twchristian opened 2 years ago

twchristian commented 2 years ago

There is a known issue in v1.5 with where interpretation of multi-byte bitfields (that is, parameters of type uint16, uint32, etc with "bit length" specified) is not consistent between encoding and decoding, at least for little-endian targets.