Skip to content

Closes #36. Allow the nds server to serve back uint32 data from frames.

When uint32 was added to the system, the nds server needed to have some enums and string constants defined to understand requests for uint32 data.

This adds:

  • The ability to parse a _32bit_uint description from the job file.
  • Enums to represent 32bit uint data.
  • Changes to the fe_multi_stream_test to generate some 32bit uint files.

This is a bug/FRS that was continually put off due to being in runs when it was found.

Merge request reports