]> sigrok.org Git - libsigrokdecode.git/commit
timing: break long options lines, rename samples identifier
authorGerhard Sittig <redacted>
Fri, 3 Jul 2020 10:58:40 +0000 (12:58 +0200)
committerGerhard Sittig <redacted>
Tue, 7 Jul 2020 20:50:46 +0000 (22:50 +0200)
commit6298af07a39123ddf23ee16efea4f607ef7088e8
tree842767dfbf2e00c3efead1a90b34c8d4b3eb8d56
parent74c9c926a8936b6e7b781639908d1016e2088307
timing: break long options lines, rename samples identifier

Break text lines in the options declarations which have become rather
long. Rename 'samples' in the main loop to just 'sa', which better
matches the other 'ss', 'es', 't', etc identifers. Separate the code
for unconditional 'time' classes from optional averaging and deltas.
decoders/timing/pd.py