discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] pre-cog source doubt


From: Yogesh Dahiya
Subject: [Discuss-gnuradio] pre-cog source doubt
Date: Tue, 11 Jun 2013 10:13:00 +0530

I was looking at the source of pre-cog and there is this piece of code which i am not able to locate ( pmt_mgr() ) in the documentation.

self.mgr = pmt.pmt_mgr()
for i in range(64):
self.mgr.set(pmt.pmt_make_blob(10000))
blob = self.mgr.acquire(True )


There is no reference of pmt_mgr in documentation. Can somebody expalain its operation or point to relevant docs.

Thanks



reply via email to

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