Merged anastas/wip changes r3156:3218 into trunk.
[debian/gnuradio] / gr-trellis / src / lib / trellis.i
1 /* -*- c++ -*- */
2
3 %feature("autodoc", "1");               // generate python docstrings
4
5 %include "exception.i"
6 %import "gnuradio.i"                    // the common stuff
7
8 %{
9 #include "gnuradio_swig_bug_workaround.h"       // mandatory bug fix
10 #include "fsm.h"
11 #include <stdexcept>
12 %}
13
14 // ----------------------------------------------------------------
15
16 %include "fsm.i"
17 %include "trellis_metric_type.h"
18
19
20 %include "trellis_generated.i"
21