libsigrokdecode  unreleased development snapshot
sigrok protocol decoding library
Data Fields
srd_decoder_option Struct Reference

#include <libsigrokdecode.h>

+ Collaboration diagram for srd_decoder_option:

Data Fields

char * id
 
char * desc
 
GVariant * def
 
GSList * values
 

Detailed Description

Definition at line 232 of file libsigrokdecode.h.

Field Documentation

GVariant* srd_decoder_option::def

Definition at line 235 of file libsigrokdecode.h.

Referenced by srd_decoder_get_by_id(), and srd_inst_option_set().

char* srd_decoder_option::desc

Definition at line 234 of file libsigrokdecode.h.

Referenced by srd_decoder_get_by_id().

char* srd_decoder_option::id

Definition at line 233 of file libsigrokdecode.h.

Referenced by srd_decoder_get_by_id(), and srd_inst_option_set().

GSList* srd_decoder_option::values

Definition at line 236 of file libsigrokdecode.h.

Referenced by srd_decoder_get_by_id().


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