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

Refactoring: make GetText() / GetColor() methods of a waveform #663

Closed azonenberg closed 2 years ago

azonenberg commented 2 years ago

This allows multiple types of decode or instrument to output e.g. an 8b10b or PCIe waveform and have it decode properly without duplicated code.

Also is required to enable protocol analyzers to output protocol-type waveforms.