X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.cpp;fp=pv%2Fdevice%2Fdevinst.cpp;h=7440995193be1222eff7d433e65a16e6a7eb0ad1;hp=44c1a83154f1f5b046290353a0ddbc4beb36b2da;hb=07dcf5615620315f4eda91a930b8540e64b625f2;hpb=29efe92a807a93572b44369d2703f572778ebb15 diff --git a/pv/device/devinst.cpp b/pv/device/devinst.cpp index 44c1a831..74409951 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