]> sigrok.org Git - libsigrokdecode.git/commit
SRD: support setting per-PD options
authorBert Vermeulen <redacted>
Tue, 17 Jan 2012 02:37:34 +0000 (03:37 +0100)
committerBert Vermeulen <redacted>
Tue, 17 Jan 2012 02:37:34 +0000 (03:37 +0100)
commit0bdadba205a6d7688a2bb8d98ab342abe22acd6e
treed43f4b90827e99f3d6336952337744f55c351f1d
parent7b14cee1e2b43738a13108180dee73a08cbde87b
SRD: support setting per-PD options

All decoder class options are automatically copied to a newly created
instance with their default value, which can be overridden with the
GHashTable passed to srd_instance_new().

Currently, only strings and integers are supported as option value
types. The type is set by the default value in the decoder class, and
enforced when overriding them. Integers can be specified in any
format python allows: 10, 0x0a and so on.
controller.c
sigrokdecode.h