diff options
author | Sean Nowlan <sean.nowlan@gtri.gatech.edu> | 2015-04-25 19:38:33 -0400 |
---|---|---|
committer | Sean Nowlan <sean.nowlan@gtri.gatech.edu> | 2015-04-25 19:38:33 -0400 |
commit | 3b1b6d3fd6faa7bd1cbeb8b0ebfe42e6b9196bf7 (patch) | |
tree | 56ccb409c1ec105184a6b5d7cea2ba0cc9de3f82 /gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t | |
parent | 06ec3aa4e9bd5152b2bd21f4d4cabd26c4631e0d (diff) |
digital: added tag propagation to burst_shaper blocks
Diffstat (limited to 'gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t')
-rw-r--r-- | gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t b/gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t index 43d422ba80..fd7b69060e 100644 --- a/gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t +++ b/gr-digital/include/gnuradio/digital/burst_shaper_XX.h.t @@ -49,7 +49,15 @@ namespace gr { * directly to the head and tail of each burst. * * Length tags will be updated to include the length of any added - * zero padding or phasing symbols. + * zero padding or phasing symbols and will be placed at the + * beginning of the modified tagged stream. Any other tags found at + * the same offset as a length tag will also be placed at the + * beginning of the modified tagged stream, since these tags are + * assumed to be associated with the burst rather than a specific + * sample. For example, if "tx_time" tags are used to control + * bursts, their offsets should be consistent with their associated + * burst's length tags. Tags at other offsets will be placed with + * the samples on which they were found. * * \li input: stream of @I_TYPE@ * \li output: stream of @O_TYPE@ |