]> sigrok.org Git - libsigrok.git/commit - src/hwdriver.c
Replace sr_config_info with sr_key_info.
authorBert Vermeulen <redacted>
Sun, 16 Aug 2015 23:30:14 +0000 (01:30 +0200)
committerUwe Hermann <redacted>
Tue, 25 Aug 2015 23:08:42 +0000 (01:08 +0200)
commit2fb60e23299037456a626ad65d15b89a78393917
tree17b29a7f595bf6416e19435e145c5e877c2ee6d5
parent0b2b92f6c3db384cad10e3229e3fa149fc429ef4
Replace sr_config_info with sr_key_info.

The tables defined with this struct can now be used for information
on items other than config keys.

Functions to access these tables have been renamed sr_key_info_[name_]get.
These take an extra argument, keytype, which should be set to SR_KEY_CONFIG
to get the config key tables. Other key types will be added.
bindings/cxx/ConfigKey_methods.cpp
include/libsigrok/libsigrok.h
include/libsigrok/proto.h
src/hwdriver.c