]> sigrok.org Git - pulseview.git/commit
device manager: Move filter for supported devices to the scan routine
authorGerhard Sittig <redacted>
Sun, 11 Jun 2017 09:10:33 +0000 (11:10 +0200)
committerUwe Hermann <redacted>
Tue, 27 Jun 2017 11:20:06 +0000 (13:20 +0200)
commit941e22a645e89e7253f0faeb63b74ee97201dd91
treebd980524637a6f4236fa7f4b48e2457062e6787a
parent724f29f311db4f8b47169e58f3f3b50e6a50ed08
device manager: Move filter for supported devices to the scan routine

Move the check for supported monotonic rate devices from the call site
into the actual scan routine.

The scan routine already used to (store and) return a variable length
set of found devices including none, and call sites can cope with this
situation. Pending extensions may call the scan routine several times,
and callers shall not duplicate the extra test condition. While we
expect the specific test for what's supported to change in the future.
pv/devicemanager.cpp