root / gnuradio-core / src / lib / filter / gr_rational_resampler_base_XXX.i.t @ 68a36d3e
History | View | Annotate | Download (1.3 kB)
| 1 | 5d69a524 | jcorgan | /* -*- c++ -*- */ |
|---|---|---|---|
| 2 | 5d69a524 | jcorgan | /* |
| 3 | 5d69a524 | jcorgan | * Copyright 2005 Free Software Foundation, Inc. |
| 4 | 5d69a524 | jcorgan | * |
| 5 | 5d69a524 | jcorgan | * This file is part of GNU Radio |
| 6 | 5d69a524 | jcorgan | * |
| 7 | 5d69a524 | jcorgan | * GNU Radio is free software; you can redistribute it and/or modify |
| 8 | 5d69a524 | jcorgan | * it under the terms of the GNU General Public License as published by |
| 9 | 937b719d | eb | * the Free Software Foundation; either version 3, or (at your option) |
| 10 | 5d69a524 | jcorgan | * any later version. |
| 11 | 5d69a524 | jcorgan | * |
| 12 | 5d69a524 | jcorgan | * GNU Radio is distributed in the hope that it will be useful, |
| 13 | 5d69a524 | jcorgan | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | 5d69a524 | jcorgan | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | 5d69a524 | jcorgan | * GNU General Public License for more details. |
| 16 | 5d69a524 | jcorgan | * |
| 17 | 5d69a524 | jcorgan | * You should have received a copy of the GNU General Public License |
| 18 | 5d69a524 | jcorgan | * along with GNU Radio; see the file COPYING. If not, write to |
| 19 | 86f5c924 | eb | * the Free Software Foundation, Inc., 51 Franklin Street, |
| 20 | 86f5c924 | eb | * Boston, MA 02110-1301, USA. |
| 21 | 5d69a524 | jcorgan | */ |
| 22 | 5d69a524 | jcorgan | |
| 23 | 5d69a524 | jcorgan | /* |
| 24 | 5d69a524 | jcorgan | * WARNING: This file is automatically generated by |
| 25 | 5d69a524 | jcorgan | * generate_gr_rational_resampler_base_XXX.py Any changes made to this |
| 26 | 5d69a524 | jcorgan | * file will be overwritten. |
| 27 | 5d69a524 | jcorgan | */ |
| 28 | 5d69a524 | jcorgan | |
| 29 | 5d69a524 | jcorgan | GR_SWIG_BLOCK_MAGIC(gr,@BASE_NAME@); |
| 30 | 5d69a524 | jcorgan | |
| 31 | 5d69a524 | jcorgan | @SPTR_NAME@ gr_make_@BASE_NAME@ (int interpolation, int decimation, const std::vector<@TAP_TYPE@> &taps); |
| 32 | 5d69a524 | jcorgan | |
| 33 | 5d69a524 | jcorgan | class @NAME@ : public gr_block |
| 34 | 5d69a524 | jcorgan | {
|
| 35 | 5d69a524 | jcorgan | private: |
| 36 | 5d69a524 | jcorgan | @NAME@ (int interpolation, int decimation, const std::vector<@TAP_TYPE@> &taps); |
| 37 | 5d69a524 | jcorgan | |
| 38 | 5d69a524 | jcorgan | public: |
| 39 | 5d69a524 | jcorgan | ~@NAME@ (); |
| 40 | 5d69a524 | jcorgan | |
| 41 | 5d69a524 | jcorgan | void set_taps (const std::vector<@TAP_TYPE@> &taps); |
| 42 | 5d69a524 | jcorgan | }; |