X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Flogicsnapshot.h;h=ecff5edc089c61846c400c400cb7c1192303a8fa;hb=092e2a0a3247f55a8f90680e1da694e744a2eee8;hp=9868a212561fb17364cdd98f525c882432675371;hpb=023887ca1d8a104b4bef287b7cea8d403044a41b;p=pulseview.git diff --git a/pv/data/logicsnapshot.h b/pv/data/logicsnapshot.h index 9868a212..ecff5edc 100644 --- a/pv/data/logicsnapshot.h +++ b/pv/data/logicsnapshot.h @@ -64,6 +64,9 @@ public: void append_payload(const sr_datafeed_logic &logic); + void get_samples(uint8_t *const data, + int64_t start_sample, int64_t end_sample) const; + private: void reallocate_mipmap_level(MipMapLevel &m);