discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Trace mpsk_receiver_cc()


From: George Nychis
Subject: Re: [Discuss-gnuradio] Trace mpsk_receiver_cc()
Date: Mon, 02 Jun 2008 12:54:11 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)



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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]