discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC GUI parameters for custom blocks


From: Vipin Sharma
Subject: [Discuss-gnuradio] GRC GUI parameters for custom blocks
Date: Sat, 1 Jul 2017 12:17:42 -0700

Hi,

I have a custom block, say CustomBlock, which takes two arguments, arg0 and 
arg1. My intention is to have these arguments be configured through gui after 
the custom block is instantiated. I define <param> entries for these arguments 
in the xml file for the CustomBlock which allows GRC gui to let me configure 
the arguments interactively.

I am trying to understand the relation ship between GRC GUI custom block 
parameters and the CustomBlock C code’s function arguments. How does GRC 
framework pass GUI parameters to its associated C function which also has the 
same arguments?

Vipin


reply via email to

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