[Discuss-gnuradio] Adding block to an existing module

2012-05-25 Thread Piotr Palka
Dear gnuradio list,

I have built a new module using the create-gnuradio-out-of-tree-project 
command. Now I would like to add new blocks to this module. Writing new .h, .cc 
and swig-files is not a problem, but obviously I have to adapt some Makefiles 
etc.

I thought, it would be a good idea to take a look at the howto-write-a-block 
structure and modify existing Makefiles. But I am not familiar with these 
things and hope there is an easier way.

Could someone please tell me, what is the best way to add a signal processing 
block to an existing module? At the moment I am only able to create a new block 
creating a new module at the same time, which doesn't make much sense. I have 
searched the web a lot, maybe it is too trivial to find any useful 
information...

I am currently running Ubuntu 10.04 with gnuradio 3.5.2.1.

Thanks in advance
Piotr

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Adding block to an existing module

2012-05-25 Thread Martin Braun
On Fri, May 25, 2012 at 01:48:55PM +0200, Piotr Palka wrote:
 I have built a new module using the create-gnuradio-out-of-tree-project
 command. Now I would like to add new blocks to this module. Writing new .h, 
 .cc
 and swig-files is not a problem, but obviously I have to adapt some Makefiles
 etc.
 
 I thought, it would be a good idea to take a look at the howto-write-a-block
 structure and modify existing Makefiles. But I am not familiar with these
 things and hope there is an easier way.
 
 Could someone please tell me, what is the best way to add a signal processing
 block to an existing module? At the moment I am only able to create a new 
 block
 creating a new module at the same time, which doesn’t make much sense. I have
 searched the web a lot, maybe it is too trivial to find any useful 
 information…

Using gr-modtool would be the easiest way.
(https://www.cgran.org/wiki/devtools). 

And it's not *that* hard to find.

MB


-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association


pgpT7MhLQCVHM.pgp
Description: PGP signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio