Statistics
| Branch: | Tag: | Revision:

root / gr-gcell / src / gcell.i @ b866f364

History | View | Annotate | Download (989 Bytes)

1 b9ba2711 eb
/* -*- c++ -*- */
2 b9ba2711 eb
/*
3 7783dc88 jcorgan
 * Copyright 2008,2009 Free Software Foundation, Inc.
4 b9ba2711 eb
 * 
5 b9ba2711 eb
 * This file is part of GNU Radio
6 b9ba2711 eb
 * 
7 b9ba2711 eb
 * GNU Radio is free software; you can redistribute it and/or modify
8 b9ba2711 eb
 * it under the terms of the GNU General Public License as published by
9 b9ba2711 eb
 * the Free Software Foundation; either version 3, or (at your option)
10 b9ba2711 eb
 * any later version.
11 b9ba2711 eb
 * 
12 b9ba2711 eb
 * GNU Radio is distributed in the hope that it will be useful,
13 b9ba2711 eb
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 b9ba2711 eb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 b9ba2711 eb
 * GNU General Public License for more details.
16 b9ba2711 eb
 * 
17 b9ba2711 eb
 * You should have received a copy of the GNU General Public License along
18 b9ba2711 eb
 * with this program; if not, write to the Free Software Foundation, Inc.,
19 b9ba2711 eb
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 b9ba2711 eb
 */
21 b9ba2711 eb
22 7783dc88 jcorgan
%include "gnuradio.i"				// the common stuff
23 b9ba2711 eb
24 b9ba2711 eb
%{
25 06e7a031 eb
#include <gcell/gc_job_manager.h>
26 7783dc88 jcorgan
#include <gcell_fft_vcc.h>
27 b9ba2711 eb
%}
28 b9ba2711 eb
29 b9ba2711 eb
%include "gc_job_manager.i"
30 b9ba2711 eb
%include "gcell_fft_vcc.i"