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

#include <libsigrok.h>

+ Collaboration diagram for sr_probe:

Data Fields

int index
 
int type
 
gboolean enabled
 
char * name
 
char * trigger
 

Detailed Description

Definition at line 536 of file libsigrok.h.

Field Documentation

gboolean sr_probe::enabled

Definition at line 540 of file libsigrok.h.

Referenced by sr_dev_probe_enable(), sr_parse_triggerstring(), and sr_session_save().

int sr_probe::index
char* sr_probe::name

Definition at line 541 of file libsigrok.h.

Referenced by sr_dev_probe_name_set(), sr_parse_triggerstring(), and sr_session_save().

char* sr_probe::trigger

Definition at line 542 of file libsigrok.h.

Referenced by sr_dev_trigger_set(), sr_parse_triggerstring(), and sr_session_save().

int sr_probe::type

Definition at line 539 of file libsigrok.h.


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