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

The representation of a trigger, consisting of one or more stages containing one or more matches on a channel. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_trigger:

Data Fields

char * name
 A name for this trigger. More...
 
GSList * stages
 List of pointers to struct sr_trigger_stage. More...
 

Detailed Description

The representation of a trigger, consisting of one or more stages containing one or more matches on a channel.

Definition at line 406 of file libsigrok.h.

Field Documentation

char* sr_trigger::name

A name for this trigger.

This may be NULL if none is needed.

Definition at line 408 of file libsigrok.h.

Referenced by sr_trigger_free(), and sr_trigger_new().

GSList* sr_trigger::stages

List of pointers to struct sr_trigger_stage.

Definition at line 410 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: