![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
Generic option struct used by various subsystems. More...
#include <libsigrok.h>
Collaboration diagram for sr_option:Data Fields | |
| const char * | id |
| const char * | name |
| const char * | desc |
| GVariant * | def |
| GSList * | values |
Generic option struct used by various subsystems.
Definition at line 542 of file libsigrok.h.
| GVariant* sr_option::def |
Definition at line 550 of file libsigrok.h.
Referenced by sr_input_new(), sr_input_options_free(), sr_output_new(), sr_output_options_free(), sr_transform_new(), and sr_transform_options_free().
| const char* sr_option::desc |
Definition at line 548 of file libsigrok.h.
| const char* sr_option::id |
Definition at line 544 of file libsigrok.h.
Referenced by sr_input_new(), sr_input_options_get(), sr_output_new(), sr_output_options_get(), sr_transform_new(), and sr_transform_options_get().
| const char* sr_option::name |
Definition at line 546 of file libsigrok.h.
| GSList* sr_option::values |
Definition at line 552 of file libsigrok.h.
Referenced by sr_input_options_free(), sr_output_options_free(), and sr_transform_options_free().
1.8.10