Some understanding about using FEC in GNURadio

Hi!

I searched the mailing-list for the Reed-Solomon coding in GNURadio and
reached some conclusions

1, if we wanna call RS in Python, we need to create our own C++ signal
processing block using the traditional C code in Reed-Solomon folder.
After that, we can call RS in Python.

2, we can modify the reed-solomon code in ATSC to make it feed our
needs. Then we can call that module.

Am I right? Any comments are welcomed!

Bill