]> sigrok.org Git - pulseview.git/blobdiff - pv/device/device.h
Moved SigSession::is_trigger_enabled into DevInst
[pulseview.git] / pv / device / device.h
index 2abacbc46b692d60df4f25eacfbe49c6dc99bb97..fcf74c31acb1a46b792418ecbcede244859a93a3 100644 (file)
@@ -35,6 +35,8 @@ public:
 
        std::string format_device_title() const;
 
+       bool is_trigger_enabled() const;
+
 private:
        sr_dev_inst *const _sdi;
 };