![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
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... | |
A trigger stage.
Definition at line 416 of file libsigrok.h.
| GSList* sr_trigger_stage::matches |
List of pointers to struct sr_trigger_match.
Definition at line 420 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 418 of file libsigrok.h.
Referenced by sr_trigger_free(), and sr_trigger_stage_add().
1.8.10