#include <sigrokdecode.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 196 of file sigrokdecode.h.
int srd_decoder_inst::data_num_probes |
Definition at line 203 of file sigrokdecode.h.
Referenced by srd_session_start().
uint64_t srd_decoder_inst::data_samplerate |
Definition at line 205 of file sigrokdecode.h.
Referenced by srd_session_start().
int srd_decoder_inst::data_unitsize |
Definition at line 204 of file sigrokdecode.h.
Referenced by srd_inst_decode(), and srd_session_start().
int srd_decoder_inst::dec_num_probes |
Definition at line 201 of file sigrokdecode.h.
Referenced by srd_inst_new(), and srd_inst_probe_set_all().
int* srd_decoder_inst::dec_probemap |
Definition at line 202 of file sigrokdecode.h.
Referenced by srd_inst_free(), srd_inst_new(), and srd_inst_probe_set_all().
struct srd_decoder* srd_decoder_inst::decoder |
Definition at line 197 of file sigrokdecode.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 199 of file sigrokdecode.h.
Referenced by srd_inst_decode(), srd_inst_find_by_id(), srd_inst_free(), srd_inst_new(), srd_inst_pd_output_add(), srd_inst_probe_set_all(), and srd_inst_start().
GSList* srd_decoder_inst::next_di |
Definition at line 206 of file sigrokdecode.h.
Referenced by srd_inst_find_by_obj(), srd_inst_free(), srd_inst_free_all(), srd_inst_stack(), and srd_inst_start().
GSList* srd_decoder_inst::pd_output |
Definition at line 200 of file sigrokdecode.h.
Referenced by srd_inst_free(), and srd_inst_pd_output_add().
PyObject* srd_decoder_inst::py_inst |
Definition at line 198 of file sigrokdecode.h.
Referenced by srd_inst_decode(), srd_inst_find_by_obj(), srd_inst_free(), srd_inst_new(), srd_inst_option_set(), and srd_inst_start().