]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: Pass metadata to decoders only on SR_DF_HEADER.
authorGareth McMullin <redacted>
Sun, 27 Nov 2011 06:17:13 +0000 (19:17 +1300)
committerGareth McMullin <redacted>
Sun, 27 Nov 2011 06:48:01 +0000 (19:48 +1300)
Before this was passed to the decoder's constuctor, but the parameters
may not all be known at construction.  Decoders now have a method start()
which is called at the start of the capture, and metadata is passed as
an arg to this function.


No differences found