Re: [Discuss-gnuradio] gnuradio message passing

2014-01-23 Thread Johannes Demel
Hi, message passing is implemented asynchronously by binding functions to message ports. [1] is the page that explains message ports in great detail. So first you declare your message ports preferably in your blocks constructor. Than you bind one of your functions to an incoming message port. The

[Discuss-gnuradio] gnuradio message passing

2014-01-23 Thread MHMND Herath
Message passing is described in web site. I do not know where to put codes in c++ sync blocks. Can you please explain how to implement message passing with example. Do we need for loop in work function. How to return noutput_items. Thanks Neil And another thing. How to remove inserted GRC cusome m