From 4caaaacee32e9a8145968891eb9cd9225260530f Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Thu, 14 Jun 2018 21:42:13 +0200 Subject: [PATCH] Fix comment --- pv/data/decode/rowdata.hpp | 4 +++- pv/data/decodesignal.hpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index 07cc41b..f2c6793 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -41,7 +41,9 @@ public: uint64_t get_max_sample() const; /** - * Extracts sorted annotations between two period into a vector. + * Extracts annotations between the given sample range into a vector. + * Note: The annotations are unsorted and only annotations that fully + * fit into the sample range are considered. */ void get_annotation_subset( vector &dest, diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 2d41e50..4a1e7f0 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -125,7 +125,9 @@ public: vector visible_rows() const; /** - * Extracts sorted annotations between two period into a vector. + * Extracts annotations between the given sample range into a vector. + * Note: The annotations are unsorted and only annotations that fully + * fit into the sample range are considered. */ void get_annotation_subset( vector &dest, -- 2.30.2