On Fri, 2006-04-28 at 15:16 -0400, Ilia Mirkin wrote:
> Usually when something like this happens, you have some versioning problems
> between interfaces. And indeed your files reveal this:
> 
> .h:
> 
> atsc_fpll_sptr atsc_make_fpll();
> 
> .cc:
> 
> atsc_fpll_sptr atsc_make_fpll(double a_initial_freq) { ... }
> 
> You need to figure out which interface is the right one, and use that.
> 

Ok, changed all to atsc_make_fpll() and that works. 

Ideally it would take an argument for initial_freq but I'll sort that
out 'later'.


Tks
--Chuck




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to