]> sigrok.org Git - libsigrok.git/commitdiff
output/wavedrom: separate data processing logic from init/cleanup
authorGerhard Sittig <redacted>
Sat, 21 Dec 2019 11:27:18 +0000 (12:27 +0100)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 12:58:43 +0000 (13:58 +0100)
Rearrange the order of routines in the wavedrom output module. Keep the
flow of .receive() -> .process_logic() -> .wavedrom_render() in one common
group of routines, which is not disrupted by the .init() and .cleanup()
routines which are kind of boilerplate in the source file. This increases
readability and maintainability.


No differences found