]> sigrok.org Git - libsigrokdecode.git/commit
parallel: unify decode() code paths with and without clock signal
authorGerhard Sittig <redacted>
Fri, 22 Dec 2017 12:55:45 +0000 (13:55 +0100)
committerUwe Hermann <redacted>
Mon, 1 Jan 2018 21:15:51 +0000 (22:15 +0100)
commitb0ac80e2f0a147ddaeab525604d8b0cacf0fd6cd
tree13a5412633b575ed8011a5dbda9f8a843e965c30
parentf30fdbb692c00d2dc2b9199384d17a49e886a7c9
parallel: unify decode() code paths with and without clock signal

Instead of implementing two main loops for operation in the presence and
in the absence of a clock line, use a common main loop which operates on
pre-determined wait conditions.
decoders/parallel/pd.py