aboutsummaryrefslogtreecommitdiffstats
path: root/swig/gsm_swig.i
blob: e1c361321655ccf9e87476ed03a89008883be904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- c++ -*- */

#define GSM_API

%include "gnuradio.i"			// the common stuff

//load generated python docstrings
%include "gsm_swig_doc.i"

%{
#include "gsm/receiver.h"
%}


%include "gsm/receiver.h"
GR_SWIG_BLOCK_MAGIC2(gsm, receiver);