Home
last modified time | relevance | path

Searched refs:TriggerMatchType (Results 1 – 5 of 5) sorted by relevance

/dports/science/pulseview/pulseview-0.4.2/pv/views/trace/
H A Dlogicsignal.hpp40 class TriggerMatchType;
127 QAction* action_from_trigger_type(const sigrok::TriggerMatchType *type);
128 const sigrok::TriggerMatchType* trigger_type_from_action(
152 const sigrok::TriggerMatchType *trigger_match_;
H A Dlogicsignal.cpp58 using sigrok::TriggerMatchType;
344 const TriggerMatchType *const type = in paint_fore()
345 TriggerMatchType::get(type_id); in paint_fore()
510 QAction* LogicSignal::action_from_trigger_type(const TriggerMatchType *type) in action_from_trigger_type()
543 return TriggerMatchType::ZERO; in trigger_type_from_action()
545 return TriggerMatchType::ONE; in trigger_type_from_action()
547 return TriggerMatchType::RISING; in trigger_type_from_action()
549 return TriggerMatchType::FALLING; in trigger_type_from_action()
551 return TriggerMatchType::EDGE; in trigger_type_from_action()
579 const TriggerMatchType *const type = in populate_popup_form()
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/bindings/cxx/include/libsigrokcxx/
H A Dlibsigrokcxx.hpp108 class SR_API TriggerMatchType; variable
538 void add_match(std::shared_ptr<Channel> channel, const TriggerMatchType *type);
543 void add_match(std::shared_ptr<Channel> channel, const TriggerMatchType *type, float value);
561 const TriggerMatchType *type() const;
/dports/devel/libsigrok/libsigrok-0.5.2/bindings/swig/
H A Dclasses.i190 %attribute(sigrok::TriggerMatch, const sigrok::TriggerMatchType *, type, type);
/dports/devel/libsigrok/libsigrok-0.5.2/bindings/cxx/
H A Dclasses.cpp855 const TriggerMatchType *type, float value) in add_match()
867 const TriggerMatchType *type) in add_match()
888 const TriggerMatchType *TriggerMatch::type() const in type()
890 return TriggerMatchType::get(_structure->match); in type()