Statistics
| Branch: | Tag: | Revision:

root / gr-guile @ e4eb47f0

# Date Author Comment
c80fdf28 11/16/2010 07:49 am Eric Blossom

Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using
GUILE outside of gnuradio-core.

This avoids the problem with the guile bindings where multiple blocks
end up with the name gr:sink (e.g., audio_alsa_sink). With this
change, it ends us as gr:audio-alsa-sink....

abde5aff 11/14/2010 12:19 am Eric Blossom

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.