blob: c657a4906f4fd4fed51381956123b387a2268c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -*- c++ -*- */
GR_SWIG_BLOCK_MAGIC(gr,repeat);
gr_repeat_sptr gr_make_repeat(size_t itemsize, int interp);
class gr_repeat : public gr_sync_interpolator
{
private:
gr_repeat();
};
|