libsigrok  0.2.0
sigrok hardware access and backend library
 All Data Structures Files Functions Variables Typedefs Enumerator Macros Groups Pages
Data Fields
sr_input Struct Reference

Input (file) format struct. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_input:

Data Fields

struct sr_input_formatformat
 A pointer to this input format's 'struct sr_input_format'. More...
 
GHashTable * param
 
struct sr_dev_instsdi
 
void * internal
 

Detailed Description

Input (file) format struct.

Definition at line 302 of file libsigrok.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: