[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/06: docs: Adds a brief explanation about
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/06: docs: Adds a brief explanation about adding and getting items tags inside/outside calls to work. |
Date: |
Wed, 1 Oct 2014 15:49:26 +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 efd9bcd21d9f36fb1d85c7d3794bae3d6882feb1
Author: Tom Rondeau <address@hidden>
Date: Tue Sep 30 21:37:37 2014 -0400
docs: Adds a brief explanation about adding and getting items tags
inside/outside calls to work.
Addresses issue #699.
---
docs/doxygen/other/stream_tags.dox | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/doxygen/other/stream_tags.dox
b/docs/doxygen/other/stream_tags.dox
index 8517409..d48ec1d 100644
--- a/docs/doxygen/other/stream_tags.dox
+++ b/docs/doxygen/other/stream_tags.dox
@@ -61,7 +61,10 @@ at <em>nitems_written(0)+i</em> for the 0th output port.
\section stream_tags_api Stream Tags API
The stream tags API consists of four functions, two to add and two to
-get the stream tags. These functions are:
+get the stream tags. These functions are only meant to be accessed
+within a call to general_work/work. While they can be called elsewhere
+in time by a block, the behavior outside of work is undefined without
+exact knowledge of the item counts in the buffers.
\li gr::block::add_item_tag: Adds an item tag to a particular output port
using a
gr::tag_t data type.
- [Commit-gnuradio] [gnuradio] branch master updated (cecf6f7 -> 8b16d52), git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 01/06: uhd: Amends 2fd13c0c, LO lock checks need to be removed from source as well as sink, git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 06/06: Merge branch 'maint', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 02/06: blocks: throttle resets the timer state when the topblock starts each block, including during a lock/unlock restart., git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 04/06: blocks: switching last calls from boost::thread to gr::thread., git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'mbant/uhd/even_less_checks', git, 2014/10/01
- [Commit-gnuradio] [gnuradio] 03/06: docs: Adds a brief explanation about adding and getting items tags inside/outside calls to work.,
git <=