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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to