Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src @ 95eaad32

Name Size
  gen_interpolator_taps
  lib
  python
  tests
  utils
.gitignore 59 Bytes
Makefile.am 974 Bytes

Latest revisions

# Date Author Comment
95eaad32 11/07/2010 09:05 pm Tom Rondeau

Cleaning up. Better use of PMTs; comment mods; returning vectors when getting tags.

cafe83aa 11/06/2010 06:24 pm Tom Rondeau

Don't directly output tag info to screen from gr_random_annotator; instead, store the stream and write it to stdout when block is being destroyed. This avoids issues of the muliple threads writing simultaneously to screen.

8b184fda 11/06/2010 06:18 pm Tom Rondeau

Adding call in scheduler to handle tag movements between blocks and some helper functions to get access and keep track of tags.

20adc2d6 11/06/2010 06:17 pm Tom Rondeau

Because tags can be appended from upstream, they are not consecutive in time, so we need to cycle through them all.

6cc6925e 11/06/2010 05:18 pm Tom Rondeau

Better formatting of tag information to make info more readable.

d58d250c 11/06/2010 05:03 pm Tom Rondeau

buffer_reader does not hold its own tags but looks upstream to the associated buffer to get them.

bf079e66 11/04/2010 10:36 pm Tom Rondeau

Fixing api call to gr_buffer_reader that no longer takes in which_input.

7f6f2a37 11/04/2010 10:30 pm Tom Rondeau

gr_buffer_reader doesn't need to know which input it is.

70ca24e7 11/04/2010 10:16 pm Tom Rondeau

Moving add_item_tag into gr_buffer and get_tags_in_range to gr_buffer_reader. gr_block_detail takes care of the high-level adding and retrieving tags via the buffers/readers; also takes care of filtering tags by key.

Tags are now added to the gr_buffers on 'which_output' while they are retrieved from the gr_buffer_reader based on 'which_input."

ef9ff4ce 11/04/2010 05:19 pm Tom Rondeau

Making annotator block build up tags with the noutput_items as the value held. Simply prints info to stdout when tags are retreived.

View revisions

Also available in: Atom