![]() |
libsigrokdecode
0.3.1
sigrok protocol decoding library
|
#include <libsigrokdecode.h>
Data Fields | |
struct srd_decoder * | decoder |
struct srd_session * | sess |
PyObject * | py_inst |
char * | inst_id |
GSList * | pd_output |
int | dec_num_channels |
int * | dec_channelmap |
int | data_unitsize |
uint8_t * | channel_samples |
GSList * | next_di |
Definition at line 221 of file libsigrokdecode.h.
uint8_t* srd_decoder_inst::channel_samples |
Definition at line 230 of file libsigrokdecode.h.
Referenced by srd_inst_new().
int srd_decoder_inst::data_unitsize |
Definition at line 229 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all(), and srd_inst_new().
int* srd_decoder_inst::dec_channelmap |
Definition at line 228 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all(), and srd_inst_new().
int srd_decoder_inst::dec_num_channels |
Definition at line 227 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all(), and srd_inst_new().
struct srd_decoder* srd_decoder_inst::decoder |
Definition at line 222 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all(), srd_inst_new(), and srd_inst_option_set().
char* srd_decoder_inst::inst_id |
Definition at line 225 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all(), srd_inst_find_by_id(), srd_inst_new(), srd_inst_option_set(), and srd_inst_stack().
GSList* srd_decoder_inst::next_di |
Definition at line 231 of file libsigrokdecode.h.
Referenced by srd_inst_stack().
GSList* srd_decoder_inst::pd_output |
Definition at line 226 of file libsigrokdecode.h.
PyObject* srd_decoder_inst::py_inst |
Definition at line 224 of file libsigrokdecode.h.
Referenced by srd_inst_new(), and srd_inst_option_set().
struct srd_session* srd_decoder_inst::sess |
Definition at line 223 of file libsigrokdecode.h.
Referenced by srd_inst_new().