knarfS / smuview

SmuView is a GUI for sigrok that supports power supplies, electronic loads and all sorts of measurement devices like multimeters, LCR meters and so on.
GNU General Public License v3.0
130 stars 25 forks source link

interpret ConfigKey::DataSource meta packets to select... #15

Open fastflo opened 4 years ago

fastflo commented 4 years ago

which Configurable to send following meta packets to. tested this where that DataSource is actually the channel group of a 4 channel PPS.

corresponding PR for libsigrok with a 4ch PPS: https://github.com/sigrokproject/libsigrok/pull/57 especially this commit: https://github.com/sigrokproject/libsigrok/pull/57/commits/25a135c43d8e5151f372eae9087e7feff20a1217

fastflo commented 4 years ago

i changed this to use the new SR_CONF_CHANNEL_GROUP to signal which Configurable should interpret following meta packages.