diff options
author | Piotr Krysik <perper@o2.pl> | 2009-04-07 22:00:47 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-04-07 22:00:47 +0200 |
commit | e62955ea001505afbce29d9beb41c137a0979529 (patch) | |
tree | efa5bea0ef37b810cb58f18991f609b774919eb4 /src/lib/gsm_receiver.i | |
parent | f0457b0b5888fd4d652531b987c9d113e8d1234a (diff) |
Changes to buildsystem
Diffstat (limited to 'src/lib/gsm_receiver.i')
-rw-r--r-- | src/lib/gsm_receiver.i | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/lib/gsm_receiver.i b/src/lib/gsm_receiver.i deleted file mode 100644 index d5ca598..0000000 --- a/src/lib/gsm_receiver.i +++ /dev/null @@ -1,33 +0,0 @@ -/* -*- c++ -*- */ - -%feature("autodoc", "1"); // generate python docstrings - -%include "exception.i" -%import "gnuradio.i" // the common stuff - -%{ -#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix -#include "gsm_receiver_cf.h" -#include <stdexcept> -%} - -// ---------------------------------------------------------------- - -/* - * First arg is the package prefix. - * Second arg is the name of the class minus the prefix. - * - * This does some behind-the-scenes magic so we can - * access howto_square_ff from python as howto.square_ff - */ -GR_SWIG_BLOCK_MAGIC(gsm,receiver_cf); - -gsm_receiver_cf_sptr gsm_make_receiver_cf (); - -class gsm_receiver_cf : public gr_block -{ -private: - gsm_receiver_cf (); -}; - -// ---------------------------------------------------------------- |