X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=03b8d0af45e3f95d73ea4ac06656ec7d6e4eb478;hb=0c5fe73e5b66bf31d2dcfa2b2846a86cd2fdf0c4;hp=cdd061a9769a45484170bd8e69b82a1b131443b7;hpb=946b52e1f0e0520415c3653cc6ea9d083718f76d;p=pulseview.git diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index cdd061a..03b8d0a 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -88,8 +88,15 @@ public: double samplerate() const; const pv::util::Timestamp& start_time() const; - int64_t sample_count() const; - int64_t samples_decoded() const; + + /** + * Returns the number of samples that can be worked on, + * i.e. the number of samples where samples are available + * for all connected channels. + */ + int64_t get_working_sample_count() const; + + int64_t get_decoded_sample_count() const; vector visible_rows() const;