Re: [Discuss-gnuradio] Connecting an output to multiple input

2014-10-12 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mostafa, it's like you understand: It's the same output buffer, but each consumer (== block2 and 3) have their own buffer readers that keep track of how many samples they consumed. Block 1 can only overwrite parts of the buffer that *both* readers

[Discuss-gnuradio] Connecting an output to multiple input

2014-10-12 Thread Mostafa Alizadeh
Hello GNURadioers! I have a block (blck #1) connected to multiple of blocks. Here I have two blocks' (call blck #2 and blck #3) connected to blck #1 output. I'm confused when I saw nitems_read of blck #2 and #3 aren't the same, say 1000 items are read by blck #2 and 155000 items read by blck #3 a