Hi all,

I'm writing an OOT block in python which has multiple output streams. I know I 
can use consume(stream_index, amount_consumed) to tell the scheduler/system how 
much has been consumed on a specific INput stream. But how do I notify that X 
amount has been produced for OUTput stream 1, Y amount for output stream 2 and 
so on? Till now I've only had 1 output stream so the return <num_produced> call 
in general_work was sufficient.


Thank you,


AB

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to