discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] New in GNU Radio


From: Nowlan, Sean
Subject: Re: [Discuss-gnuradio] New in GNU Radio
Date: Thu, 8 Mar 2012 18:05:42 +0000

Depends… If you’re modifying an already existing block, just recompiling should probably be sufficient. If you’re adding new functions that you want to be accessible from Python, you have to add the functions to the SWIG *.i file. If you’re making a brand new block you’ll have to add it to the proper CMakeLists.txt file and also create a new SWIG *.i file.

 

Check out gnuradio/gr-howto-write-a-block-cmake for examples where they’ve done the above.

 

Sean

 

From: discuss-gnuradio-bounces+address@hidden [mailto:discuss-gnuradio-bounces+address@hidden On Behalf Of Loic Danceg
Sent: Thursday, March 08, 2012 1:01 PM
To: address@hidden
Subject: [Discuss-gnuradio] New in GNU Radio

 

Hi everybody,

I have a stupid question but...when i modify a blocks (in C++), i need to compile after the modification? If i want to use this block in a python program.


Thank you!

Loic


reply via email to

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