X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=dc656f91f7f9b503ff13a850cc35e0328a68a3f5;hb=a6c1726e1132f475754482a1194d9ee58cdfb816;hp=4de7ae4c24ab85cdfd9e93e52c465f8d3ed6d105;hpb=5dfeb70fc60f1c4752697d8ad6f80e1415213197;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 4de7ae4..dc656f9 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -83,7 +83,9 @@ public: QString error_message(); - void clear_snapshots(); + void clear(); + + uint64_t get_max_sample_count() const; void begin_decode();