Blocks in Flowgraphs for transmission and receiving are are connected
using
python. (examples: benchmark_rx.py & benchmark_tx.py)
Has someone glued those blocks (for TX & RX) using C++? I cannot find
examples with C++.
BR,
Tom
View this message in context:
http://old.nabble.com/glue-blocks-using-C%2B%2B-instead-of-Python-tp27198638p27198638.html
Sent from the GnuRadio mailing list archive at Nabble.com.
tom_unaff wrote:
Blocks in Flowgraphs for transmission and receiving are are connected using
python. (examples: benchmark_rx.py & benchmark_tx.py)
Has someone glued those blocks (for TX & RX) using C++? I cannot find
examples with C++.
There is an example of this. See
http://gnuradio.org/cgit/jcorgan.git/commit/?h=patches/mkjellss/bert-c%2B%2B&id=1bdb29911ac03428152b11ee81918c0a72e1319a
But I’m quting Jonathan Corgan on this one:
“However, we can’t merge this into the mainline tree until we work out a
method for integrating the C++ examples into our conditional build
system. That’s planned soon.”
Another place to look is GNU Radio Manual and C++ API Reference: Main Page
Thats where I looked while doing the rewrite.
Cheers, and happy hacking =;OP
//Mattias K.