[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/05: runtime: Marked remove_item_tag as d
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/05: runtime: Marked remove_item_tag as deprecated |
Date: |
Wed, 24 Sep 2014 23:26:43 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit 481d513e0dc2b47532f67dcf744b5c2bb1f22ffa
Author: Martin Braun <address@hidden>
Date: Sun Sep 21 15:50:28 2014 -0400
runtime: Marked remove_item_tag as deprecated
---
gnuradio-runtime/include/gnuradio/block.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnuradio-runtime/include/gnuradio/block.h
b/gnuradio-runtime/include/gnuradio/block.h
index a033e0a..43fc50c 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -636,7 +636,7 @@ namespace gr {
void add_item_tag(unsigned int which_output, const tag_t &tag);
/*!
- * \brief Removes a tag from the given input buffer.
+ * \brief DEPRECATED. Will be removed in 3.8.
*
* \param which_input an integer of which input stream to remove the tag
from
* \param abs_offset a uint64 number of the absolute item number
@@ -662,9 +662,7 @@ namespace gr {
}
/*!
- * \brief Removes a tag from the given input buffer.
- *
- * If no such tag is found, does nothing.
+ * \brief DEPRECATED. Will be removed in 3.8.
*
* \param which_input an integer of which input stream to remove the tag
from
* \param tag the tag object to remove
- [Commit-gnuradio] [gnuradio] branch master updated (84ca321 -> 26169d2), git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 02/05: runtime: Marked remove_item_tag as deprecated,
git <=
- [Commit-gnuradio] [gnuradio] 01/05: digital: Removed all references to remove_item_tag(), git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 05/05: Merge remote-tracking branch 'mbant/deprecate_remove_item_tag', git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 03/05: uhd: Removed LO lock checks at startup, are unnecessary and cause bugs, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 04/05: Merge remote-tracking branch 'mbant/uhd/less_checks', git, 2014/09/24