X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fanalog.hpp;h=859b3e013f473fc011a5a1eb5b6a48e5f2ae6d32;hb=e32025579dc2ac0bbb78f87ef241c4b4c5f8fc9c;hp=633c6fba296eb24a47166772fcc11b960b218649;hpb=8e15445ccd6994348eb74b24b5324d26c9be0cce;p=pulseview.git diff --git a/pv/data/analog.hpp b/pv/data/analog.hpp index 633c6fba..859b3e01 100644 --- a/pv/data/analog.hpp +++ b/pv/data/analog.hpp @@ -49,6 +49,8 @@ public: vector< shared_ptr > segments() const; + uint32_t get_segment_count() const; + void clear(); uint64_t max_sample_count() const;