]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decodesignal.hpp
Internal decoder class handling refactoring
[pulseview.git] / pv / data / decodesignal.hpp
index 9a112e9ba6342183b50a9c8c0678f492593ff27c..f3ef9dfaad15a73fe5147c69dbae844647b4e67c 100644 (file)
@@ -139,7 +139,7 @@ public:
        int64_t get_decoded_sample_count(uint32_t segment_id,
                bool include_processing) const;
 
-       vector<decode::Row> get_rows() const;
+       vector<decode::Row> get_rows(bool visible_only=false) const;
 
        uint64_t get_annotation_count(const decode::Row &row, uint32_t segment_id) const;