Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_repeat.i
1 /* -*- c++ -*- */
2
3 GR_SWIG_BLOCK_MAGIC(gr,repeat);
4
5 gr_repeat_sptr gr_make_repeat(size_t itemsize, int interp);
6
7 class gr_repeat : public gr_sync_interpolator
8 {
9 private:
10   gr_repeat();
11 };