Re: [Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Sumit Kumar
Yes just 1 minute after posting this mail I realized that hyphen in include guard is the root. I always created my own OOT, never added block in existing OOT, good learning for me ! I understood, the "make install" should place the public header in /include. Yes the CMakelist.txt was updated by t

Re: [Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Marcus Müller
Hi Sumit, On Tue, 2017-11-14 at 17:13 +0100, Sumit Kumar wrote: > Added a new block test_block_cf to existing module gr-ieee-80211 > > >> gr_modtool add test_block_cf Correct way to do it! > It added test_block_cf_impl.cc and test_block_cf_impl.h in /lib and > test_block_cf.h in /include/ieee

[Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Sumit Kumar
Hi, *I went inside the folder * >> cd gr-ieee-80211 *Added a new block test_block_cf to existing module gr-ieee-80211* >> gr_modtool add test_block_cf It added test_block_cf_impl.cc and test_block_cf_impl.h in /lib and test_block_cf.h in /include/ieee802_11 Now I did the usual stuff in my wor