Re: [Discuss-gnuradio] Gnuradio Runtime buffers and latency

2019-08-15 Thread Wheberth Damascena Dias
Thank you for your insight Michael. My block must always produce a fixed size chunk of data, so it is not directly applicable, but I could use a similar parameter to decide if I would produce stuffing in the current call to work or not. Then I could query the status of the output buffer to do so.

Re: [Discuss-gnuradio] Gnuradio Runtime buffers and latency

2019-08-15 Thread Michael Dickens
Hi Wheberth - In a similar block I've created in the past, I include a parameter, let's call it "stuffing_size", that is the number of items to stuff when stuffing occurs. If this value is small, then there is "small" latency between when the PDU comes in and its data is output ... but, the

[Discuss-gnuradio] Gnuradio Runtime buffers and latency

2019-08-14 Thread Wheberth Damascena Dias
Hi all, I have created an OOT block that receives PDUs as input, stores the data in a FIFO buffer and generates a stream as output. Case no data is available at the FIFO, stuffing data is generated. The block (kind of) works as intended, but when it is on the system with no data PDUS being