]> sigrok.org Git - libsigrokdecode.git/commit - decoders/can/pd.py
can: Convert to PD API version 3
authorGerhard Sittig <redacted>
Sun, 14 May 2017 17:36:17 +0000 (19:36 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 13:48:32 +0000 (15:48 +0200)
commit64d8711976c3e74a4a19beabd505438ce91ac86c
treef031cd164e460ec399607e675fec75f28ec560ba
parent2fac4493014b7f9f38814173e9744c636dcfa078
can: Convert to PD API version 3

Don't inspect each individual sample in the Python based PD. Instead use
the backend's query API to detect the start of a frame and to advance to
the sample point position.
decoders/can/pd.py