Re: [Discuss-gnuradio] Questions on callback functions implementation of blocks in gr-trellis

2014-05-03 Thread Achilleas Anastasopoulos
Zhe, there are way too many changes in this diff file for anyone to track and debug. I suggest you start with a clean gr-trellis and change JUST one block (say the viterbi_combined) and see if this change propagates in python and grc as you expect. You can also post this change to the list for fu

[Discuss-gnuradio] Questions on callback functions implementation of blocks in gr-trellis

2014-05-02 Thread Zhe Feng
Hi all, I'm working on a system with trellis coding and I met a problem with the python callback function generated by grc . Because there are several parameters used in the blocks needs to be updated. I added callback functions for those parameters in those c++ files. For example, to add callb