Hello, I cannot find a minimally useful documentation of the sigrokdecode.Decoder.put() function The only thing I've found so far is this: https://github.com/sigrokproject/libsigrokdecode/blob/master/type_decoder.c#L400 [image: image.png]
1. When can the `stream_id` field be different from 0? 2. about the `date` field, from my testing, it must be a list, and the first element must be an integer, but what should it represent? 3. The second element of `annotation_data` must also be a list. I took the `spiflash` decoder as an example and saw that the put() is sometimes called with the second element of `annotation_data` which is a list of 2 elements (integer and two strings), other times the list consists of 5 elements. What do the elements of this list represent within `annotation_data`? 4. `output stream type` is mentioned. What is it and how can I change it? best regards -- Et nunc, auxilium solis, vincam! Oppugnatio solaris! VIS! Massimiliano Cialdi
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel