libsigrokdecode
 All Data Structures Files Functions Variables Typedefs Enumerator Macros
Variables
type_logic.c File Reference
#include "sigrokdecode.h"
#include "config.h"
#include <inttypes.h>
#include <string.h>
Include dependency graph for type_logic.c:

Go to the source code of this file.

Variables

SRD_PRIV PyTypeObject srd_logic_type
 

Variable Documentation

SRD_PRIV PyTypeObject srd_logic_type
Initial value:
= {
PyVarObject_HEAD_INIT(NULL, 0)
.tp_name = "srd_logic",
.tp_basicsize = sizeof(srd_logic),
.tp_flags = Py_TPFLAGS_DEFAULT,
.tp_doc = "Sigrokdecode logic sample object",
.tp_iter = srd_logic_iter,
.tp_iternext = srd_logic_iternext,
}

Definition at line 68 of file type_logic.c.

Referenced by PyInit_sigrokdecode(), and srd_inst_decode().