irene159 wrote:
First of all can somebody tell me what code is executed when calling a block? Is it the constructor and the general_work function in .cc file?
Yes
In my case, I have a test file calling dqpsk.dqpsk_demod. As can be seen in the dqpsk.py code, dqpsk_demod function uses a mpsk_receiver_cc block. I have added some printf commands almost everywhere in the mpsk_receiver_cc.cc code and got none of them printed on the terminal when executing my test file. Any hints on what is going on?
You need to do a make, and make install ... otherwise you don't add your new modifications to the library and install the library for the python code to access.
- George _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
