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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
