]> sigrok.org Git - libsigrokdecode.git/commitdiff
Implement OUTPUT_BINARY
authorBert Vermeulen <redacted>
Sun, 10 Nov 2013 11:42:11 +0000 (12:42 +0100)
committerBert Vermeulen <redacted>
Fri, 15 Nov 2013 21:20:52 +0000 (22:20 +0100)
This requires the PD to have a tuple in its class called 'binary',
which contains a list of strings describing the different binary
classes it can output. For the SPI decoder this might be 'MOSI' and
'MISO', for example.

The data is submitted to the frontend as struct srd_proto_data_binary,
which contains the class that data belongs to.


No differences found