X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;fp=pv%2Fdevice%2Fdevice.h;h=fcf74c31acb1a46b792418ecbcede244859a93a3;hb=07dcf5615620315f4eda91a930b8540e64b625f2;hp=2abacbc46b692d60df4f25eacfbe49c6dc99bb97;hpb=29efe92a807a93572b44369d2703f572778ebb15;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index 2abacbc..fcf74c3 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -35,6 +35,8 @@ public: std::string format_device_title() const; + bool is_trigger_enabled() const; + private: sr_dev_inst *const _sdi; };