discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] update: gr-basic renamed to gr-blocks


From: Josh Blum
Subject: [Discuss-gnuradio] update: gr-basic renamed to gr-blocks
Date: Fri, 25 Nov 2011 19:53:15 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

For those of you following (or using) work on the gr-basic branch:

1) As Tom requested, the component has been renamed to gr-blocks. I
guess the idea is that this will become a dumping ground for new blocks
that don't quite fit into the other components.

Also, for convenience, the blocks in this namespace are imported into
gr, so you can gr.add or gr.multiply when coding in python

2) And the branch with this work has also been renamed to gr_blocks
http://gnuradio.org/cgit/jblum.git/log/?h=gr_blocks

I should mention that the inplace work is not part of gr_blocks (it had
been merged into gr_basic). If I combine too many useful features into
one branch, it will never get merged :-)

3) I fixed some bugs with the stream selector block. One of which was
the decontructor blowing up, which was caused by *not* using this
heinous little monster:
http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/runtime/gr_sptr_magic.h

I see why we need this, but I must have spent a solid day over the last
2 weeks rewriting the block and tearing it up piece by piece until I
discovered that I was supposed to be using magic.

Anyways... feedback is always welcome!
-Josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]