On Thu, Feb 14, 2013 at 10:57 AM, Eric B <[email protected]> wrote: > > On Wed, Feb 13, 2013 at 4:44 PM, Tom Rondeau <[email protected]> wrote: > > Sorry, I should have mentioned I'm using the build-gnuradio script on > Ubuntu for my installation. I believe that is 3.6 API. Does this > mean the modules will need to be updated when moving to a 3.7 install in > the future? > > Eric >
Eventually, but the 3.7 code is backwards compatible with 3.6 blocks. We'll keep it that way for a while so there will be time to change things. The gr-modtool will generate 3.7-compatible blocks, too, so you could use that as a starting point and copy-and-paste your code that way. We will deprecate the 3.6 way of doing things when we release 3.7. We will probably remove it entirely (basically, removing GR_SWIG_BLOCK_MAGIC and tools like that) in 3.8. Tom
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
