]> sigrok.org Git - libsigrokdecode.git/commit
irmp: introduce variables for start of IR frame and current sample
authorGerhard Sittig <redacted>
Sat, 22 Feb 2020 05:49:03 +0000 (06:49 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:27:37 +0000 (15:27 +0200)
commit7f8ea39e26770753a389ce1c7bac48c036a5e2e2
tree90864c5e4a2d345e61fd25598e2a85c63a73c7c7
parent79ef37604df9ecc10d573fe8da41d2e6d80bbf7b
irmp: introduce variables for start of IR frame and current sample

Introduce variables in the IRMP core logic which track the current
sample number, and the position where the start of an IR frame got
detected. The variables are conditional (ANALYZE builds only).

Provided by: Rene Staffen

Local modification: Drop the initializer for the static variables.
They reside in .bss and need not occupy .data space.
irmp/irmp.c