mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-10-31 23:26:22 +00:00
19daab3677
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@479 64b25241-fba3-4117-9849-534c7e92360d
17 lines
263 B
C++
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);
|