discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Question about correlate_access_code_bb_impl


From: bob wole
Subject: [Discuss-gnuradio] Question about correlate_access_code_bb_impl
Date: Mon, 21 Sep 2015 15:40:37 +0500

I am studying the code of correlate_access_code_bb_impl.cc for understanding its working. I see that the block is derive from "block" class of gr as written in correlate_access_code_bb_ts.h file


class DIGITAL_API correlate_access_code_bb_ts : virtual public block


I read earlier that blocks derived from "block"/"gr::block"  should implement forecast() method, but I did not see any implementation of forecast() in  code of correlate_access_code_bb_impl.cc.

Can somebody please tell me why ?

--
Bob

reply via email to

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