mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-01 07:36:22 +00:00
17 lines
263 B
OpenEdge ABL
17 lines
263 B
OpenEdge ABL
|
/* -*- 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);
|