Dominik Auras wrote: > Can I assume gr_buffer + gr_buffer_reader to be thread-safe?
In the existing code, methods on these objects are only called by the runtime scheduler from within a single thread, so there is no need for thread safety. The buffers between GNU Radio blocks are internal implementation details that user code never needs to deal with, and might change arbitrarily. What is it you're trying to accomplish? -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
