Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src @ b6005d9e

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

Latest revisions

# Date Author Comment
b6005d9e 01/07/2011 05:39 am Eric Blossom

Change pmt message handling interface in gr_basic_block.h

Change the API such that the message handler is now implemented with a
callback, not an overridden virtual function. The callback is now set
using gr_basic_block::set_msg_handler, which will accept pretty much...

2073fa2c 01/06/2011 03:27 pm Tom Rondeau

Merge branch 'master' into next

  • master:
    Fixed error in the name of the test_filter output files.
98a3a1ce 01/06/2011 03:26 pm Tom Rondeau

Fixed error in the name of the test_filter output files.

dad65db9 01/06/2011 03:56 am Eric Blossom

Have swig/guile wrap enums and constants as scheme variables, not functions.

7c78b850 01/04/2011 05:48 pm Tom Rondeau

Fixing how far get_tags_in_range looks; should be exclusive of end point.

f7ba4702 01/04/2011 05:04 pm Tom Rondeau

Merge branch 'next' of gnuradio.org:gnuradio into next

99c2b220 01/04/2011 04:10 pm Tom Rondeau

Only prune if we've moved on in the number of items read. Fixes the problem or premature pruning.

6925ccc6 01/02/2011 06:49 pm Tom Rondeau

Going back to iterators for use in erasing items from the deque.

9c0bfe89 01/02/2011 04:37 pm Tom Rondeau

Not using an iterator to prune the tags to see if this fixes a problem in Windows.

c11a4310 01/02/2011 04:36 pm Tom Rondeau

Buffers now hold on to all tags from both this window and the last window of items instead of just this window.

This protects against the rare times when one block is called twice before another block is, thereby pruning the tags before they can be passed downstream. The same thing will happen if a block is called 3 times in a row, which is highly unlikely.

View revisions

Also available in: Atom