From: Gerhard Sittig Date: Sun, 31 May 2020 18:13:40 +0000 (+0200) Subject: asix-sigma: drop obsolete "trigger countdown" in sample interpretation X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=914f8160e7cacfafd89c372e7fbb8a3e515c141b;hp=914f8160e7cacfafd89c372e7fbb8a3e515c141b;p=libsigrok.git asix-sigma: drop obsolete "trigger countdown" in sample interpretation Recent commits added "position tracking" for interesting spots in the sample stream and the current iteration pointer. Which obsoletes the counters for remaining items until trigger, the "triggered here" flags, as well as the unfortunate "rewind a little" workaround which lacked a comment on its motivation or implementation details. ---