summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gr_buffer.h
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-05-10 01:17:21 -0700
committerBen Reynwar <ben@reynwar.net>2013-05-10 01:17:21 -0700
commitaf76f9509ae97f04ef6b77a3f63e2650dc2b66c8 (patch)
tree2b5ad689efd3cb2f387dfc61d81c8f6364b92b38 /gnuradio-runtime/include/gr_buffer.h
parent72948e9a4031f8d779a70f73e6e6a0014d1de326 (diff)
parent3e052d303874a07237c4e0c31eef3f7f7a192835 (diff)
Merge branch 'next' into next_docs
Diffstat (limited to 'gnuradio-runtime/include/gr_buffer.h')
-rw-r--r--gnuradio-runtime/include/gr_buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gr_buffer.h b/gnuradio-runtime/include/gr_buffer.h
index 9b9f75604a..cc6a7a61fe 100644
--- a/gnuradio-runtime/include/gr_buffer.h
+++ b/gnuradio-runtime/include/gr_buffer.h
@@ -112,6 +112,7 @@ class GR_RUNTIME_API gr_buffer {
* the tag.
*
* \param tag the tag that needs to be removed
+ * \param id the unique ID of the block calling this function
*/
void remove_item_tag(const gr_tag_t &tag, long id);
@@ -283,6 +284,7 @@ class GR_RUNTIME_API gr_buffer_reader {
* \param v a vector reference to return tags into
* \param abs_start a uint64 count of the start of the range of interest
* \param abs_end a uint64 count of the end of the range of interest
+ * \param id the unique ID of the block to make sure already deleted tags are not returned
*/
void get_tags_in_range(std::vector<gr_tag_t> &v,
uint64_t abs_start,