]> sigrok.org Git - libsigrok.git/commit
hwdriver: introduce SR_CONF_PROBE_NAMES config key (scan option)
authorGerhard Sittig <redacted>
Sun, 14 Aug 2022 11:33:51 +0000 (13:33 +0200)
committerGerhard Sittig <redacted>
Wed, 24 Aug 2022 18:04:16 +0000 (20:04 +0200)
commit0996f644344b55ee8a2cd4519ee0876d02ddb8f5
treee0416e81809e56605ba300710134b709def9aede
parenta8fcee15e0308042143c21e531f470110968bc68
hwdriver: introduce SR_CONF_PROBE_NAMES config key (scan option)

Device drivers assign a fixed set of probe names during scan. Users can
rename previously created channels in the GUI as well as in the CLI,
though this is tedious, and depends on the application, as well as
depends on the names which the driver initially used to assign. Manual
assignment of protocol decoder inputs to device channel names is as
tedious.

Introduce the SR_CONF_PROBE_NAMES scan option, which assigns the user
provided names to the device's probes during scan already (for those
drivers which support the option). This commit declares the config key
but does not affect any driver yet.
include/libsigrok/libsigrok.h
src/hwdriver.c