]> sigrok.org Git - libsigrokdecode.git/commit
srd: clean up module loading/unloading, and the decoder struct
authorBert Vermeulen <redacted>
Sun, 15 Jan 2012 02:58:27 +0000 (03:58 +0100)
committerBert Vermeulen <redacted>
Sun, 15 Jan 2012 03:03:42 +0000 (04:03 +0100)
commit451680f192b97d652fb02186f5201efa0d668a2a
tree8a7330e084d2bb2027e2e288138f5e19645bd487
parentf8e458577f72a5b13fa83b6cd3675a7eefc83072
srd: clean up module loading/unloading, and the decoder struct

PDs are now checked for a proper Decoder object, with at least the
required attributes.

The author, long_desc and func attributes in the decoder object are gone.
controller.c
decoder.c
module_sigrokdecode.c
sigrokdecode.h
util.c