On Fri, May 21, 2010 at 12:38 AM, jack william <[email protected]> wrote: > Hi, > I wanted to ask that where can i find the .c files of different built in > modules of gnuradio? > e.g. for gr.channel_model i have been able to locate gr.channel_model.cc > ,gr.channel_model.h file but not gr.channel_model.c file. > Thanks. > Cheers.
The blocks are all written in C++, so there are only .cc files, not .c. Tom _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
