Discrepancy in TID_BITFIELD

Issue #372 closed
Daniel Duque created an issue

The TID_BITFIELD comment description here says it is 32bits, while the tid_size assigned here says it is just 1 byte.

Whichever is wrong should probably be changed to avoid confusion.

Comments (1)

  1. Stefan Ritt

    I fixed the size consistently to 4 Bytes (32 bits). Please note that TID_BITFIELD is not really supported in midas, like the JSON encoder does not support it. It's mainly there for historical reasons. Better use TID_UINT32 for that.

  2. Log in to comment