diff options
author | Eric Blossom | 2010-11-13 16:19:48 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-13 16:19:48 -0800 |
commit | abde5affda1533c518cce06d5edcffa4eda52340 (patch) | |
tree | ae4bc874f5af57bfe1871111f1cf9e3f601860c8 /gnuradio-core/src/lib | |
parent | cefeb248677decabaeccff7ba2a526343baa215a (diff) | |
download | gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.gz gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.bz2 gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.zip |
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
Write new app, gr-run-waveform, that reads waveforms and runs them.
We'll need to turn this into a small piece of C/C++ code that embeds
guile, but the guts of it is working.
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/.gitignore b/gnuradio-core/src/lib/.gitignore index e3bc1ee6a..0d5077da5 100644 --- a/gnuradio-core/src/lib/.gitignore +++ b/gnuradio-core/src/lib/.gitignore @@ -1,7 +1,5 @@ /Makefile /Makefile.in -/.la -/.lo /.deps /.libs /*.la |