X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;fp=pv%2Fdata%2Fdecodesignal.hpp;h=cee4ccf0eadcf6db1a214483057231e4274c7dbf;hp=c59b20b816d6a29ce4dee4dd60891a5d9fa07f92;hb=462941e2626cef9855e810abdb0458e99ee1c5f1;hpb=ef8d23e798d2b4799c4bcd13a85a1d4b7d1d897b;ds=sidebyside diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index c59b20b8..cee4ccf0 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -149,7 +149,7 @@ public: * Note: The annotations may be unsorted and only annotations that fully * fit into the sample range are considered. */ - void get_annotation_subset(vector &dest, const Row* row, + void get_annotation_subset(deque &dest, const Row* row, uint32_t segment_id, uint64_t start_sample, uint64_t end_sample) const; /** @@ -157,7 +157,7 @@ public: * Note: The annotations may be unsorted and only annotations that fully * fit into the sample range are considered. */ - void get_annotation_subset(vector &dest, uint32_t segment_id, + void get_annotation_subset(deque &dest, uint32_t segment_id, uint64_t start_sample, uint64_t end_sample) const; uint32_t get_binary_data_chunk_count(uint32_t segment_id,