![]() |
libsigrok
0.3.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'. | |
| GHashTable * | param |
| struct sr_dev_inst * | sdi |
| void * | internal |
Input (file) format struct.
Definition at line 360 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 365 of file libsigrok.h.
| void* sr_input::internal |
Definition at line 371 of file libsigrok.h.
| GHashTable* sr_input::param |
Definition at line 367 of file libsigrok.h.
| struct sr_dev_inst* sr_input::sdi |
Definition at line 369 of file libsigrok.h.
1.7.6.1