![]() |
libsigrokdecode
0.2.0
sigrok protocol decoding library
|
#include <libsigrokdecode.h>
Data Fields | |
struct srd_decoder * | decoder |
PyObject * | py_inst |
char * | inst_id |
GSList * | pd_output |
int | dec_num_probes |
int * | dec_probemap |
int | data_num_probes |
int | data_unitsize |
uint64_t | data_samplerate |
GSList * | next_di |
Definition at line 229 of file libsigrokdecode.h.
int srd_decoder_inst::data_num_probes |
Definition at line 236 of file libsigrokdecode.h.
Referenced by srd_session_start().
uint64_t srd_decoder_inst::data_samplerate |
Definition at line 238 of file libsigrokdecode.h.
Referenced by srd_session_start().
int srd_decoder_inst::data_unitsize |
Definition at line 237 of file libsigrokdecode.h.
Referenced by srd_session_start().
int srd_decoder_inst::dec_num_probes |
Definition at line 234 of file libsigrokdecode.h.
Referenced by srd_inst_new(), and srd_inst_probe_set_all().
int* srd_decoder_inst::dec_probemap |
Definition at line 235 of file libsigrokdecode.h.
Referenced by srd_inst_new(), and srd_inst_probe_set_all().
struct srd_decoder* srd_decoder_inst::decoder |
Definition at line 230 of file libsigrokdecode.h.
Referenced by srd_inst_new(), srd_inst_option_set(), and srd_inst_probe_set_all().
char* srd_decoder_inst::inst_id |
Definition at line 232 of file libsigrokdecode.h.
Referenced by srd_inst_find_by_id(), srd_inst_new(), and srd_inst_probe_set_all().
GSList* srd_decoder_inst::next_di |
Definition at line 239 of file libsigrokdecode.h.
Referenced by srd_inst_stack().
GSList* srd_decoder_inst::pd_output |
Definition at line 233 of file libsigrokdecode.h.
PyObject* srd_decoder_inst::py_inst |
Definition at line 231 of file libsigrokdecode.h.
Referenced by srd_inst_new(), and srd_inst_option_set().