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
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
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