summaryrefslogtreecommitdiff
path: root/libsigrokdecode.h
AgeCommit message (Collapse)Author
2014-02-24Make the data unit size configurableDaniel Elstner
2014-01-31Add support for annotation rows.Uwe Hermann
An annotation row is a list of annotation classes that should all be displayed in the same "row" in GUIs. For example, the UART decoder would have at least two rows (for decoded RX and TX data/startbits/stopbits/paritybits), the SPI decoder would have at least two rows (for decoded MISO and MOSI data), and so on. Each annotation row has a short ID string (mostly for use in command-line frontends), a description string (mostly for use by GUIs), and a tuple/list of annotation class IDs belonging to this row. If no annotation rows are provided by the decoder, frontends can consider this as the "trivial" case of all annotation classes being displayed on the same (only) row.
2013-11-26Remove 64-probe limit.Bert Vermeulen
Fixes bug 120.
2013-11-18Clean up prototypesBert Vermeulen
2013-11-15Move versioning info out to separate headerBert Vermeulen