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
215 stars 96 forks source link

Refactoring: try using references instead of constantly indexing filter parameters #898

Open azonenberg opened 1 month ago

azonenberg commented 1 month ago

Avoids the needs for member variables that just store string names.

Instead, have a reference initialized in the constructor.

azonenberg commented 3 weeks ago

In progress for triggers now, also doing this for new filters. We should make a checklist of what's been converted.