Re: [Discuss-gnuradio] USING BLOCK ARGUMENT

2014-08-27 Thread Mohamed ABOUZRAR
Hi Simone, I thing you have implemented the setter (e.g set_threshold(float) ), if so, you must specify it in the corresponding .xml file in the grc directory, you can do that using set_threshold($threshold) Regards, Mohamed On Wed, Aug 27, 2014 at 2:40 PM, Simone Ciccia S210664 < simone.cic

[Discuss-gnuradio] USING BLOCK ARGUMENT

2014-08-27 Thread Simone Ciccia S210664
hi, I have created with gr_modtool a block in which is assigned as argument a float, "threshold". In the file _impl.h I have defined another variable called "d_threshold" in the private sector, while in the constructor of the file _impl.cc the assignment d_threshold=threshold; The problem is tha