I want to write GNUradio apps entirely in C++.
Could anyone outline a general procedure of converting a sample python
example(say, dial_tone.py) to c++?
I saw online that the usrp can be interfaced by using the -lusrp switch
when using g++. How do I find the corresponding -l… switches when I
include the c++ headers I need?
Also, after building GNUradio 3.2, I could see pyhton examples in the
folder gnuradio-3.2/gnuradio-examples/python/ but didn’t find the c++
examples in gnuradio-3.2/gnuradio-examples/c++.
Did I forget a step while building or these examples don’t exist?
Any help would be appreciated.
-Rush