]> sigrok.org Git - libsigrok.git/commit
hwdriver: Change TRIGGER_SLOPE setting to string type.
authorDaniel Elstner <redacted>
Sun, 26 Jan 2014 23:22:01 +0000 (00:22 +0100)
committerBert Vermeulen <redacted>
Mon, 27 Jan 2014 19:55:01 +0000 (20:55 +0100)
commitca9b9f4834f106ba8387cf962a216425e0476de5
tree02aad0c49a45846d46e2db4556a7ac35be4b6e27
parentfe90fbb7829ac745d59be37e61fa55e45b251a4e
hwdriver: Change TRIGGER_SLOPE setting to string type.

Drivers interpreted the uint64 values to the SR_CONF_TRIGGER_SLOPE
configuration setting in different ways.  In order to orthogonalize
the API, change the type of the setting to a string with the same
format as uses for logic probes.
hardware/hameg-hmo/api.c
hardware/hantek-dso/api.c
hardware/link-mso19/api.c
hardware/rigol-ds/api.c
hwdriver.c