diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-11-01 14:48:14 +0100 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2022-01-09 17:53:37 +0100 |
commit | da253ef59221744f7258720861638bd1ae2e335f (patch) | |
tree | f03d2c8eabd9d9cc07aaf38c793aa76c4095a737 /decoders/graycode | |
parent | 8ab7ede6bb84e78232a8927fea16295040d650b4 (diff) | |
download | libsigrokdecode-da253ef59221744f7258720861638bd1ae2e335f.tar.gz libsigrokdecode-da253ef59221744f7258720861638bd1ae2e335f.zip |
decoder: rename iteration variables to improve readability
Use longer variable names for the iteration over channels, options,
annotation classes and rows, and binary classes when a decoder gets
loaded. This improves readability, especially in nested loops with
complex test conditions and diagnostics messages.
Although the Python variables were checked for their availability and
expected data type, and we should only see non-negative index values,
the iteration variable's data type remains unchanged in this commit
(sticks with signed size types).
Diffstat (limited to 'decoders/graycode')
0 files changed, 0 insertions, 0 deletions