X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.cpp;fp=pv%2Fdevice%2Fdevinst.cpp;h=7440995193be1222eff7d433e65a16e6a7eb0ad1;hb=07dcf5615620315f4eda91a930b8540e64b625f2;hp=44c1a83154f1f5b046290353a0ddbc4beb36b2da;hpb=29efe92a807a93572b44369d2703f572778ebb15;p=pulseview.git diff --git a/pv/device/devinst.cpp b/pv/device/devinst.cpp index 44c1a83..7440995 100644 --- a/pv/device/devinst.cpp +++ b/pv/device/devinst.cpp @@ -117,5 +117,10 @@ uint64_t DevInst::get_sample_limit() return sample_limit; } +bool DevInst::is_trigger_enabled() const +{ + return false; +} + } // device } // pv