![]() |
libsigrok
0.4.0
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 547 of file libsigrok.h.
| GVariant* sr_option::def |
Definition at line 555 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 553 of file libsigrok.h.
| const char* sr_option::id |
Definition at line 549 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 551 of file libsigrok.h.
| GSList* sr_option::values |
Definition at line 557 of file libsigrok.h.
Referenced by sr_input_options_free(), sr_output_options_free(), and sr_transform_options_free().
1.8.11