discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Adding new block using grmodtool


From: Ghulam Rasool Begh
Subject: [Discuss-gnuradio] Adding new block using grmodtool
Date: Fri, 25 Jan 2013 08:45:28 -0800 (PST)

Hi all,
While adding block to the empty module using gr_modtool, the added files don exactly match with those given in the tutorial at  http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules.
The result of the command is given below.
Should I ignore this mismatch or there is some error somewhere. I am exactly following the above link . Please suggest.

Output of command:
address@hidden gr-howto]$ gr_modtool.py add -t general square_ff
Operating in directory .
GNU Radio module name identified: howto
Language: C++
Block/code identifier: square_ff
Enter valid argument list, including default arguments: 
Add Python QA code? [Y/n] n
Add C++ QA code? [Y/n] n
Traversing lib...
Adding file 'square_ff_impl.h'...
Adding file 'square_ff_impl.cc'...
Adding file 'square_ff.h'...
Traversing swig...
Editing swig/howto_swig.i...
Traversing grc...
Adding file 'howto_square_ff.xml'...
Editing grc/CMakeLists.txt...

Output of second Command for gr_sync_block is given below.

address@hidden gr-howto]$ gr_modtool.py add -t sync square2_ff
Operating in directory .
GNU Radio module name identified: howto
Language: C++
Block/code identifier: square2_ff
Enter valid argument list, including default arguments: 
Add Python QA code? [Y/n] n
Add C++ QA code? [Y/n] n
Traversing lib...
Adding file 'square2_ff_impl.h'...
Adding file 'square2_ff_impl.cc'...
Adding file 'square2_ff.h'...
Traversing swig...
Editing swig/howto_swig.i...
Traversing grc...
Adding file 'howto_square2_ff.xml'...
Editing grc/CMakeLists.txt...

Regards
G R Begh

reply via email to

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