The actual code is not in the manual or C++ API. You can either browse
the code online in the Github repository or clone a copy to your local
computer.
https://github.com/gnuradio/gnuradio
The code you're looking for is here.
https://github.com/gnuradio/gnuradio/blob/master/gr-fec/lib/reed-so
Hi !
I'd like to know if it's possible on GNU Radio Manual and C++ API Reference
web page to see the code inside a function ? I'm looking for init_rs_char
code to better understand how it works and the only thing i'm able to find
is it's declaration on the web page.
Thank you