Re: [Discuss-gnuradio] Custom block arguments

2017-07-09 Thread Vipin Sharma
Thank you. That fixed it! Vipin On Sun, Jul 9, 2017 at 10:42 AM, Miklos Maroti wrote: > You have an extra > after samps_per_sweep here: samps_per_sweep> > > Best, > Miklos > > On Sun, Jul 9, 2017 at 6:22 PM, Vipin Sharma > wrote: > > Here is the XML I am using. Note that CustBlock in my origin

Re: [Discuss-gnuradio] Custom block arguments

2017-07-09 Thread Miklos Maroti
You have an extra > after samps_per_sweep here: samps_per_sweep> Best, Miklos On Sun, Jul 9, 2017 at 6:22 PM, Vipin Sharma wrote: > Here is the XML I am using. Note that CustBlock in my original post is > really 'TargetDetector_cf'. > > > > TargetDetector_cf > a1System_TargetDetector_cf >

Re: [Discuss-gnuradio] Custom block arguments

2017-07-09 Thread Vipin Sharma
Here is the XML I am using. Note that CustBlock in my original post is really 'TargetDetector_cf'. TargetDetector_cf a1System_TargetDetector_cf a1System import a1System a1System.TargetDetector_cf($samps_per_sweep, $num_sweeps, $frame_size, $rang_max, $v_max, $rng_nfft, $dop_nfft, $num_

Re: [Discuss-gnuradio] Custom block arguments

2017-07-09 Thread Marcus Müller
Hi Vipin, might really just be a typo! Can you share your .xml with us? Also, make double sure that the xml used by GRC is really the xml you're working on :) Best regards, Marcus On 09.07.2017 10:07, Vipin Sharma wrote: > > The custom block has few arguments which I am hoping to control > dir

[Discuss-gnuradio] Custom block arguments

2017-07-09 Thread Vipin Sharma
I have a custom block in GRC, say CustBlock. The whole process of building an out-of-tree module works fine and I can instantiate the custom block in GRC GUI. The custom block has few arguments which I am hoping to control directly from GUI. I have added the needed call back functions and relevant