ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

Binary driver helpers #921

Closed fredzo closed 1 month ago

fredzo commented 1 month ago

Hi Andrew,

As you suggested on discord, I changed the prototypes of methods to make it clearer when vector parameters will not be modified. I also refactored helper methods used to manipulate binary data in a dedicated BinaryDriver class that will be useful for https://github.com/ngscopeclient/scopehal/pull/902 too.

Best,

Frederic.