]> sigrok.org Git - libsigrok.git/commit
New driver API function: config_list()
authorBert Vermeulen <redacted>
Fri, 25 Jan 2013 00:24:42 +0000 (01:24 +0100)
committerBert Vermeulen <redacted>
Fri, 25 Jan 2013 00:24:42 +0000 (01:24 +0100)
commitc5fb502f9773ecf6df83a32ab82bcd1b70fa857f
treeb37be0931b857c8b4ab70164f8b2a252e2398385
parent035a1078fda93cf1da37d19b3a1d95311b99b00f
New driver API function: config_list()

This takes an sr_config key and returns a list of possible values for
that key to be submitted with config_set(). The format of the list and
its contents is dependent on the key.

This will replace the SR_DI_* keys that returned such a list before,
such as SR_DI_SAMPLERATES.
hwdriver.c
libsigrok.h
proto.h