X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Flogic.hpp;h=e0fb7dd14dd05dab2dc93451d999350f0d6dd60f;hp=1ca5d3ed3af0f407ca34cb54908d4e6dc01e40e0;hb=3782d8609d2f4bd66855dc4f72c0f74d9bc11c23;hpb=4deee4de1660cd5cdc100f3130a3e68af97212d9 diff --git a/pv/data/logic.hpp b/pv/data/logic.hpp index 1ca5d3ed..e0fb7dd1 100644 --- a/pv/data/logic.hpp +++ b/pv/data/logic.hpp @@ -50,8 +50,12 @@ public: vector< shared_ptr > segments() 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,