1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-05 19:33:15 +00:00
gnss-sdr/drivers/gr-dbfcttc/swig/dbfcttc_swig.i

17 lines
263 B
C++

/* -*- c++ -*- */
#define DBFCTTC_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "dbfcttc_swig_doc.i"
%{
#include "dbfcttc/raw_array.h"
%}
%include "dbfcttc/raw_array.h"
GR_SWIG_BLOCK_MAGIC2(dbfcttc, raw_array);