discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Trouble With UHD Tune Request


From: Daniel Labarowski
Subject: Re: [Discuss-gnuradio] Trouble With UHD Tune Request
Date: Fri, 27 Jul 2012 14:33:49 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

I've been thinking about this issue and I have a feeling that the problem is that swig may not support my use of pointers as function parameters. My block accepts a boost::shared_ptr<uhd_usrp_sink> and a boost::shared_ptr<uhd_usrp_source> as parameters. Disabling swig as I did before seems to have created other issues. Is there any way that I can either fix the swig error or disable swig altogether for this block and just install and link for c++, and not python, flowgraphs?

Previous message with link to swig error

-Dan

reply via email to

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