discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 802.15.4 how to forward a parameter to a c++ bloc


From: Josh Blum
Subject: Re: [Discuss-gnuradio] 802.15.4 how to forward a parameter to a c++ block
Date: Wed, 26 May 2010 08:43:45 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4



Ah, great, thanks a lot!
But where can I find that new stream to fill!? In other words:
-how can I generate a new variable / stream and
-where do I submit it, such that it is forwarded to the corresponding
c++ block, and
-how can I access it from within the c++ block!?


See message_source and message_sink blocks. The message blocks get data in and out of the c++ realm using message queues so you can directly manipulate the gnuradio streams in python.

-Josh



reply via email to

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