[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10395 - gnuradio/branches/developers/michaelld/swig_t
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10395 - gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig |
Date: |
Thu, 5 Feb 2009 10:50:10 -0700 (MST) |
Author: michaelld
Date: 2009-02-05 10:50:09 -0700 (Thu, 05 Feb 2009)
New Revision: 10395
Added:
gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig/sw_runtime.i
Log:
Add new file.
Added:
gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig/sw_runtime.i
===================================================================
---
gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig/sw_runtime.i
(rev 0)
+++
gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig/sw_runtime.i
2009-02-05 17:50:09 UTC (rev 10395)
@@ -0,0 +1,32 @@
+/* -*- c++ -*- */
+/*
+ * Copyright 2009 Free Software Foundation, Inc.
+ *
+ * This file is part of GNU Radio
+ *
+ * GNU Radio is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3, or (at your option)
+ * any later version.
+ *
+ * GNU Radio is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GNU Radio; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#ifndef SWIGIMPORTED
+%module(directors="1") gnuradio_swig_py_runtime
+#endif
+
+ //%feature("autodoc", "1"); // generate python docstrings
+
+#define SW_RUNTIME
+%include "gnuradio.i" // the common stuff
+
+%include "runtime.i"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10395 - gnuradio/branches/developers/michaelld/swig_tweaks/gnuradio-core/src/lib/swig,
michaelld <=