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
Update Filter API for new queue handles #732
Closed
lainy closed 2 years ago
Use
shared_ptr<QueueHandle>
instead ofvk::raii::Queue&
inRefresh()
so we don't hold the queue lock for the entirety of the refresh operation.