On 4 July 2010 23:13, Marcus D. Leech <[email protected]> wrote: > I'm writing a "filter" script using Gnu Radio, which takes a file input, > and produces a file output. What > happens to the flow-graph when it has finished with the input file? > Does the flowgraph stop, does it read zeros, > what happens? Ideally, I'd like it to simply exit.
Hi Marcus, I have only used the file source and sink in GRC. The file source has a boolean parameter called "Repeat", which by default is set to "Yes". I have set it to "No" and the script stops when it reaches end of file. After that I can exit the script normally. Alex _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
