Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_annotator_1to1.cc @ 7943c197

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
c1721c76 10/20/2011 12:01 am Josh Blum

tags: made tags object oriented

b8da2172 11/17/2010 11:59 pm Tom Rondeau

Changing blocks to use new get_tags api and tag convinience functions.

68b06ac6 11/16/2010 11:01 pm Tom Rondeau

Reverting to a sync_block for the annotator functions. Testing different rates can be done using decimating/interpolating fir filters.

ad1eb7fd 11/14/2010 06:42 pm Tom Rondeau

Fixing constructor interface to work better through python (int instead of uint64_t).

11b2b7c4 11/14/2010 06:20 am Tom Rondeau

Adds argument to annotator test blocks to determine when they add a new tag.

222c6c5b 11/14/2010 05:04 am Tom Rondeau

Fixing some bugs.

74d17ff4 11/13/2010 07:27 pm Tom Rondeau

Fixing how 1-to-1 annotator handles inputs to better test propagataion method.

4a63bc91 11/12/2010 01:04 am Tom Rondeau

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

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

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