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
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to