Re: [Discuss-gnuradio] How to replace gr_complex_to_xxx

2015-07-06 Thread Simon Kennedy
Thanks Nathan, I had read through that link before but now realise the significance of its contents. I have resolved my initial question, now I am looking into another issue that is called out in that page and need to learn a bit more about C++ to try to get my head around it. Simon. On 5 July 20

Re: [Discuss-gnuradio] How to replace gr_complex_to_xxx

2015-07-05 Thread West, Nathan
Are you referring to blocks? If so, see https://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7 There's a script there that will convert some GRC files, and if you don't want the script it at least shows the name mapping in an explicit format. On Sun, Jul 5, 2015 at 6:31 PM, Simon Kenn

[Discuss-gnuradio] How to replace gr_complex_to_xxx

2015-07-05 Thread Simon Kennedy
Hi, I am trying to migrate an OOT module written in 2010 to 3.7. I think (hope) that the final hurdle to achieving this is having to deal with gr_complex_to_xxx that was removed in 3.7 but which is referenced in the code. I have searched in vain to find out what gr_complex_to_xxx did or how to re