Do you really need C++? Is there something about the Python generated
by GRC that won’t
let you do what you want to do?
Keep in mind that ALL the performance-critical components of Gnu Radio
are already
implemented in C++ – all the DSP blocks, data-movement, etc, etc.
There’s essentially zero performance penalty for coding in Python, or structuring your
flow-graph using
GRC. The Python code handles flow-graph “management”, but flow-graph
execution happens
within a compiled C++ environment.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.