Dear sir
I want to implement a buffer. How can I do it? Can I use taps. I
wrote it
as a queue. first queue.push();
then take queue.front()
to remove queue.pop()
But i create a segmentation fault (core dumped)
Can you explain why?
And how to implement queue in a c++ processing block
Thanks
Neil
On 09.02.2014 08:37, MHMND Herath wrote:
Dear sir
I want to implement a buffer. How can I do it? Can I use taps. I wrote it
as a queue. first queue.push();
then take queue.front()
to remove queue.pop()
But i create a segmentation fault (core dumped)
Can you explain why?
And how to implement queue in a c++ processing block
Neil,
please read
http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors. When
you have, re-state your question with all the necessary specifics so we
can help you, as it is, it’s hard to figure out what you actually are
trying to do.
MB