discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Message Passing


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Message Passing
Date: Wed, 14 May 2014 11:50:01 +0200

Hi,

>> There's no msg_connect() call here -- that would be your problem.
>> M
>
>
> I build the flowgraph using GRC. How to make correction?
> The complete top_block.py is as follows.

Did you define the message port in the .grc XML file for your blocks ?

Something like :

  <sink>
    <name>portname</name>
    <type>message</type>
    <optional>1</optional>
  </sink>

Then they should show as message port in the GRC UI and you need to
connect them in the GUI.


Cheers,

   Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]