discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] optional port in grc block


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] optional port in grc block
Date: Fri, 2 Jan 2015 13:24:39 -0500

Hi all,

I would like to have grc block with a bool option "Debug".
Once this is set to True, then I would like to have an additional output port.

How do I do that?

I already added this part in the xml file:

<param>
                <name>Debug</name>
                <key>debug</key>
                <value>False</value>
                <type>bool</type>
 </param>

but now I don't know how to use this variable to make the additional port appear
in the block.


thanks
Achilleas


-

reply via email to

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