You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decode chunk header to set length of DMR in a generic way and endiann…
…ess of data (#428)
* set length of DMR in a generic way
* compute endian once, in the first chunk
* simplifies dap parsers into single class
* refactor by reusing dap-unpacker class
* refactor and add error description if mismatched type
* basic testing
* fix some comments