![]() |
libsigrok
0.2.0
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 302 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 307 of file libsigrok.h.
| void* sr_input::internal |
Definition at line 313 of file libsigrok.h.
| GHashTable* sr_input::param |
Definition at line 309 of file libsigrok.h.
| struct sr_dev_inst* sr_input::sdi |
Definition at line 311 of file libsigrok.h.
1.8.3.1