libsigrokcxx  0.4.0
C++ bindings for libsigrok
Public Member Functions | List of all members
sigrok::Trigger Class Reference

A trigger configuration. More...

#include <libsigrokcxx/libsigrokcxx.hpp>

Inherits sigrok::UserOwned< Class >.

Public Member Functions

string name () const
 Name of this trigger configuration. More...
 
vector< shared_ptr< TriggerStage > > stages ()
 List of the stages in this trigger. More...
 
shared_ptr< TriggerStageadd_stage ()
 Add a new stage to this trigger. More...
 

Detailed Description

A trigger configuration.

Definition at line 503 of file libsigrokcxx.hpp.

Member Function Documentation

string sigrok::Trigger::name ( ) const

Name of this trigger configuration.

vector<shared_ptr<TriggerStage> > sigrok::Trigger::stages ( )

List of the stages in this trigger.

shared_ptr<TriggerStage> sigrok::Trigger::add_stage ( )

Add a new stage to this trigger.


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