summaryrefslogtreecommitdiff
path: root/decoder.c
AgeCommit message (Collapse)Author
2011-12-28new dynamic output stream registration code, not finished.Bert Vermeulen
2011-12-04srd: Bring back the 'id' field and use it.Uwe Hermann
2011-12-04refactored PD framework, now using new sigrok.Decoder objectBert Vermeulen
This uses the new python unified type/class object API to construct an object for PDs to subclass. The sigrok.Decoder class has a method put() which is implemented as a C function, and receives the PD's object instance as its first parameter.