libsigrokdecode
 All Data Structures Files Functions Variables Typedefs Enumerator Macros
Data Fields
srd_decoder_inst Struct Reference

#include <sigrokdecode.h>

Collaboration diagram for srd_decoder_inst:
Collaboration graph
[legend]

Data Fields

struct srd_decoderdecoder
 
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
 

Detailed Description

Definition at line 196 of file sigrokdecode.h.

Field Documentation

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
GSList* srd_decoder_inst::next_di
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

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