Re: [Discuss-gnuradio] ctl port: % input/output full

2015-07-09 Thread Marcus Müller
Hi Dennis, yes, that's probably 83%. From gnuradio-runtime/lib/block_detail.cc: 297 float pfull = 1.0f - static_cast(d_output[i]->space_available()) / 298 static_cast(d_output[i]->bufsize()); 299 d_ins_output_buffers_full[i] = pfull; and 393 std::vector 394 block_d

[Discuss-gnuradio] ctl port: % input/output full

2015-07-08 Thread Dennis Glatting
I'm tracking down an overrun condition with a HackRF SDR but I'm a little confused by what ControlPort is telling me. Control Port says my hackrf_source is "output % full" of 0.83. Is that 0.83% or 83%? I suspect 83%. Thanks in advance, ___ Disc