libsigrok  0.4.0
sigrok hardware access and backend library
Data Fields
sr_trigger_stage Struct Reference

A trigger stage. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_trigger_stage:

Data Fields

int stage
 Starts at 0. More...
 
GSList * matches
 List of pointers to struct sr_trigger_match. More...
 

Detailed Description

A trigger stage.

Definition at line 414 of file libsigrok.h.

Field Documentation

GSList* sr_trigger_stage::matches

List of pointers to struct sr_trigger_match.

Definition at line 418 of file libsigrok.h.

Referenced by sr_trigger_free(), and sr_trigger_match_add().

int sr_trigger_stage::stage

Starts at 0.

Definition at line 416 of file libsigrok.h.

Referenced by sr_trigger_free(), and sr_trigger_stage_add().


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