diff options
author | Soeren Apel <soeren@apelpie.net> | 2018-12-28 11:41:41 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-03-13 19:22:52 +0100 |
commit | 4c180223a8ae12feb7bc3601e07e848fb9cdb493 (patch) | |
tree | e1102c76fa4ee2d5623b0a8cd17d069889350b94 /libsigrokdecode.h | |
parent | 49d3e6f83c68e62138621f94bf5e22c9d7717fca (diff) | |
download | libsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.tar.gz libsigrokdecode-4c180223a8ae12feb7bc3601e07e848fb9cdb493.zip |
Add PD tags handling and some tags
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r-- | libsigrokdecode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 55620a7..84c80e4 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -161,6 +161,9 @@ struct srd_decoder { /** List of possible decoder output IDs. */ GSList *outputs; + /** List of tags associated with this decoder. */ + GSList *tags; + /** List of channels required by this decoder. */ GSList *channels; |