> The creation and destruction of blocks at runtime must be made between > lock() and unlock(). Is it right? > How can I destroy a block at runtime? block->stop()? > Do I also need a reset() in sptr [block.reset()]?
Well, you never really destroy blocks yourself since all you get is sptr. So once it's disconnected and you "loose" the last sptr you have to it, then it should get deleted. Cheers, Sylvain _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
