Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / runtime / qa_block_tags.cc @ 4a63bc91

History | View | Annotate | Download (9.1 kB)

# Date Author Comment
4a63bc91 11/12/2010 01:04 am Tom Rondeau

Reworked 1-to-1 annotator block to better testing purposes.

54b39676 11/12/2010 12:41 am Tom Rondeau

Switches to using the new annotator block with a known graph structure to run tests against the all-to-all tag propagation policy to make sure the tags are flowing downstream properly.

Adding stub for testing the 1-to-1 tag propagation policy.

0952d5a2 11/11/2010 08:58 pm Tom Rondeau

Adding an annotator block that moves tags using 1-to-1 policy.

9aaf98cf 11/11/2010 08:55 pm Tom Rondeau

Renaming random_annotator to annotator_1toall that moves tags from single input to all outputs.

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.

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.

c3725a72 11/04/2010 03:38 pm Tom Rondeau

Fixing buffer to update abs_write_offset counter. Keeping access to counters exposed through gr_block for now, just remaining to nitem_*.

1c7119f5 11/02/2010 08:00 pm Tom Rondeau

Adding QA code to perform some tests on tags. Setting and getting items read/written; testing adding and retrieving tags.