![]() |
libsigrokdecode
0.3.1
sigrok protocol decoding library
|
#include <libsigrokdecode.h>
Collaboration diagram for srd_decoder_option:Data Fields | |
| char * | id |
| char * | desc |
| GVariant * | def |
| GSList * | values |
Definition at line 208 of file libsigrokdecode.h.
| GVariant* srd_decoder_option::def |
Definition at line 211 of file libsigrokdecode.h.
Referenced by srd_decoder_unload(), and srd_inst_option_set().
| char* srd_decoder_option::desc |
Definition at line 210 of file libsigrokdecode.h.
Referenced by srd_decoder_unload().
| char* srd_decoder_option::id |
Definition at line 209 of file libsigrokdecode.h.
Referenced by srd_decoder_unload(), and srd_inst_option_set().
| GSList* srd_decoder_option::values |
Definition at line 212 of file libsigrokdecode.h.
1.8.9.1