![]() |
libsigrok
0.2.2
sigrok hardware access and backend library
|
Input (file) format struct. More...
#include <libsigrok.h>
Collaboration diagram for sr_input:Data Fields | |
| struct sr_input_format * | format |
| A pointer to this input format's 'struct sr_input_format'. More... | |
| GHashTable * | param |
| struct sr_dev_inst * | sdi |
| void * | internal |
Input (file) format struct.
Definition at line 309 of file libsigrok.h.
| struct sr_input_format* sr_input::format |
A pointer to this input format's 'struct sr_input_format'.
The frontend can use this to call the module's callbacks.
Definition at line 314 of file libsigrok.h.
| void* sr_input::internal |
Definition at line 320 of file libsigrok.h.
| GHashTable* sr_input::param |
Definition at line 316 of file libsigrok.h.
| struct sr_dev_inst* sr_input::sdi |
Definition at line 318 of file libsigrok.h.
1.8.5