libsigrokdecode  0.4.0
sigrok protocol decoding library
Data Fields
srd_decoder_inst Struct Reference

#include <libsigrokdecode.h>

+ Collaboration diagram for srd_decoder_inst:

Data Fields

struct srd_decoderdecoder
 
struct srd_session * sess
 
void * 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
 

Detailed Description

Definition at line 220 of file libsigrokdecode.h.

Field Documentation

uint8_t* srd_decoder_inst::channel_samples

Definition at line 229 of file libsigrokdecode.h.

Referenced by srd_inst_new().

int srd_decoder_inst::data_unitsize

Definition at line 228 of file libsigrokdecode.h.

int* srd_decoder_inst::dec_channelmap

Definition at line 227 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 226 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 221 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
GSList* srd_decoder_inst::next_di

Definition at line 230 of file libsigrokdecode.h.

Referenced by srd_inst_stack().

GSList* srd_decoder_inst::pd_output

Definition at line 225 of file libsigrokdecode.h.

void* srd_decoder_inst::py_inst

Definition at line 223 of file libsigrokdecode.h.

Referenced by srd_inst_new(), and srd_inst_option_set().

struct srd_session* srd_decoder_inst::sess

Definition at line 222 of file libsigrokdecode.h.

Referenced by srd_inst_new().


The documentation for this struct was generated from the following file: