Re: [Discuss-gnuradio] Gnuradio ring buffer code

2019-01-20 Thread Andrej Rode
Hi Ben, > > Could anyone help point me to the right part of the src, I've had an > initial go but have been unable to find the specific parts of the > code that handle the adding/taking of samples into the gnuradio ring > buffer. I'm particularly interested to know what phtread scheduling > is u

[Discuss-gnuradio] Gnuradio ring buffer code

2019-01-14 Thread Ben Hiett
Hi, I'm implementing an application that has similarities with gnuradio in as much as it stores ethernet packets containing radar pulse descriptor words in a ring buffer. Its the same producer/consumer idea, i.e. a producer (Rx) pushing packets into the ring buffer and a consumer (processing algo