]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signaldata.hpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / signaldata.hpp
index 5168fee8e4b58fb6c75dec7afe26364a4709d47a..7a9d6d39b96bada864b2f46017c802587dedf37e 100644 (file)
@@ -51,7 +51,12 @@ public:
 
        virtual uint64_t max_sample_count() const = 0;
 
+       virtual void set_samplerate(double value) = 0;
+
        virtual double get_samplerate() const = 0;
+
+Q_SIGNALS:
+       void segment_completed();
 };
 
 } // namespace data