libsigrokcxx  unreleased development snapshot
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

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

Detailed Description

A trigger configuration.

Definition at line 507 of file libsigrokcxx.hpp.

Member Function Documentation

std::string sigrok::Trigger::name ( ) const

Name of this trigger configuration.

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

List of the stages in this trigger.

std::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: