How to replace gr_complex_to_xxx

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
replace it. Could someone tell me what it used to do and how I could go
about replacing it?

Thanks
Simon.

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 K. [email protected]

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.