X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fanalogsnapshot.h;h=a45391849220332b892faa9ed3eaa79df30a4df6;hp=9ca08f1e510d3d564bd5367c180a336edc2ae630;hb=d37583678256450d7eb646213d0b9e170a427933;hpb=ed773982d53396e94266288a8fcd87846706f1e4 diff --git a/pv/data/analogsnapshot.h b/pv/data/analogsnapshot.h index 9ca08f1e..a4539184 100644 --- a/pv/data/analogsnapshot.h +++ b/pv/data/analogsnapshot.h @@ -36,7 +36,8 @@ public: void append_payload(const sr_datafeed_analog &analog); - const float* get_samples() const; + const float* get_samples(int64_t start_sample, + int64_t end_sample) const; }; } // namespace data