discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] blks2.mod, blks2.demod


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] blks2.mod, blks2.demod
Date: Tue, 14 Jul 2009 16:11:57 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Jul 13, 2009 at 02:32:57PM -0700, udadidd wrote:
> 
> I was trying to understand benchmark_tx and benchmark_rx files. I see
> blks2.mod_pkts being used. and blks2 being imported from gnuradio
> 1) if i call "from gnuradio import blks2", where exactly are these files
> called from?
> 2) i do not see any mod_pkts() function in the blks2 directory. instead i
> find those in blks2impl/pkt.py and packet_utils.py. I wanted to see the
> packet form and tried "Print pkt" in packet_utils.py but it doesnt reflect
> in the output at all. How do i know which files are being used in this?
> 

Because of how we glue together the gr python namespace,
the stuff that appears in the blks2 namespace actually lives in a
directory called blks2impl.

Eric




reply via email to

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