]> sigrok.org Git - libsigrokdecode.git/blobdiff - libsigrokdecode.h
struct srd_decoder: Add list of input/output decoder IDs.
[libsigrokdecode.git] / libsigrokdecode.h
index ae96d950e5f009f79bb4dd7d845ceb5e4faa0dea..df1cb5c481192d95fbfe5fb9e491ee3e81965291 100644 (file)
@@ -154,6 +154,12 @@ struct srd_decoder {
         */
        char *license;
 
+       /** List of possible decoder input IDs. */
+       GSList *inputs;
+
+       /** List of possible decoder output IDs. */
+       GSList *outputs;
+
        /** List of channels required by this decoder. */
        GSList *channels;