gr-osmosdr/swig/osmosdr_swig.i

30 lines
551 B
OpenEdge ABL
Raw Normal View History

2012-04-06 13:29:14 +00:00
/* -*- c++ -*- */
#define OSMOSDR_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "osmosdr_swig_doc.i"
%{
#include "osmosdr_source_c.h"
//#include "osmosdr_sink_c.h"
2012-04-06 13:29:14 +00:00
%}
GR_SWIG_BLOCK_MAGIC(osmosdr,source_c);
%include "osmosdr_source_c.h"
//GR_SWIG_BLOCK_MAGIC(osmosdr,sink_c);
//%include "osmosdr_sink_c.h"
2012-04-06 13:29:14 +00:00
#if SWIGGUILE
%scheme %{
(load-extension-global "libguile-gnuradio-osmosdr_swig" "scm_init_gnuradio_osmosdr_swig_module")
%}
%goops %{
(use-modules (gnuradio gnuradio_core_runtime))
%}
#endif