]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logic.hpp
Session: Make get_segment_count() consider all segments
[pulseview.git] / pv / data / logic.hpp
index 1ca5d3ed3af0f407ca34cb54908d4e6dc01e40e0..d11e0cca67677b5a833ef66fb9390ed4237a406e 100644 (file)
@@ -50,6 +50,8 @@ public:
 
        vector< shared_ptr<Segment> > segments() const;
 
+       uint32_t get_segment_count() const;
+
        void clear();
 
        uint64_t max_sample_count() const;