]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logic.hpp
Fix random clazy warnings
[pulseview.git] / pv / data / logic.hpp
index a371d22bdecf1f4e6402e3223b6ac62891f324e7..e0fb7dd14dd05dab2dc93451d999350f0d6dd60f 100644 (file)
@@ -50,10 +50,12 @@ public:
 
        vector< shared_ptr<Segment> > segments() const;
 
-       int get_segment_count() const;
+       uint32_t get_segment_count() const;
 
        void clear();
 
+       double get_samplerate() const;
+
        uint64_t max_sample_count() const;
 
        void notify_samples_added(QObject* segment, uint64_t start_sample,