discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] FLL Band Edge Block


From: Wilson A N
Subject: [Discuss-gnuradio] FLL Band Edge Block
Date: Fri, 10 Jun 2016 14:32:57 +0530

Hi everyone,

I am replicating the fll bandedge block code to my oot module. It seems that whenever I call the constructor of the control_loop I get the following error

gr-wsync1/lib/freqtime_sync1_impl.cc:61:77: error: type ‘gr::blocks::control_loop’ is not a direct or virtual base of ‘gr::wsync1::freqtime_sync1_impl’
               gr::io_signature::make(1, 1, sizeof(gr_complex))),gr::blocks::control_loop(fll_lpbw, 2*M_PI*(2.0/fll_sps), -2*M_PI*(2.0/fll_sps)),d_updated(false)

I have included the control_loop.h file in the freqtime_sync1_impl.h file. I also tried using blocks::control_loop(fll_lpbw, 2*M_PI*(2.0/fll_sps), -2*M_PI*(2.0/fll_sps)) but still I am getting the same error.

Any help will be appreciated.

--
Regards,
Wilson A N



reply via email to

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