Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_rail_ff.i @ 28a55d17

History | View | Annotate | Download (991 Bytes)

1 8b9d8612 eb
/* -*- c++ -*- */
2 8b9d8612 eb
/*
3 8b9d8612 eb
 * Copyright 2008 Free Software Foundation, Inc.
4 8b9d8612 eb
 * 
5 8b9d8612 eb
 * This file is part of GNU Radio
6 8b9d8612 eb
 * 
7 8b9d8612 eb
 * GNU Radio is free software; you can redistribute it and/or modify
8 8b9d8612 eb
 * it under the terms of the GNU General Public License as published by
9 8b9d8612 eb
 * the Free Software Foundation; either version 3, or (at your option)
10 8b9d8612 eb
 * any later version.
11 8b9d8612 eb
 * 
12 8b9d8612 eb
 * GNU Radio is distributed in the hope that it will be useful,
13 8b9d8612 eb
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 8b9d8612 eb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 8b9d8612 eb
 * GNU General Public License for more details.
16 8b9d8612 eb
 * 
17 8b9d8612 eb
 * You should have received a copy of the GNU General Public License along
18 8b9d8612 eb
 * with this program; if not, write to the Free Software Foundation, Inc.,
19 8b9d8612 eb
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 8b9d8612 eb
 */
21 8b9d8612 eb
22 8b9d8612 eb
GR_SWIG_BLOCK_MAGIC(gr,rail_ff);
23 8b9d8612 eb
24 8b9d8612 eb
gr_rail_ff_sptr gr_make_rail_ff(float lo, float hi);
25 8b9d8612 eb
26 8b9d8612 eb
class gr_rail_ff : public gr_sync_block
27 8b9d8612 eb
{
28 8b9d8612 eb
private:
29 8b9d8612 eb
  gr_rail_ff(float lo, float hi);
30 8b9d8612 eb
};