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
215
stars
96
forks
source link
Refactoring: try using references instead of constantly indexing filter parameters #898
Open
azonenberg opened 1 month ago
Avoids the needs for member variables that just store string names.
Instead, have a reference initialized in the constructor.