Now I’m doing a block that uses stream instead of message passing.
However,
my code is based on those provided in GRExtras. My block should be a
gr_sync_block, however in GRExtras is used block() instead. How can I
make
sure that my block is a synchronous block in this case?, because I
cannot
use directly gr_sync_block.
Now I’m doing a block that uses stream instead of message passing. However,
my code is based on those provided in GRExtras. My block should be a
gr_sync_block, however in GRExtras is used block() instead. How can I make
sure that my block is a synchronous block in this case?, because I cannot
use directly gr_sync_block.
The 1:1 ratio is actually the default mode of operation. See: