23 #ifndef INCLUDED_BLOCKS_KEEP_ONE_IN_N_H 24 #define INCLUDED_BLOCKS_KEEP_ONE_IN_N_H 41 typedef boost::shared_ptr<keep_one_in_n>
sptr;
49 static sptr make(
size_t itemsize,
int n);
51 virtual void set_n(
int n) = 0;
boost::shared_ptr< keep_one_in_n > sptr
Definition: keep_one_in_n.h:41
decimate a stream, keeping the last item out of every n.
Definition: keep_one_in_n.h:36
Include this header to use the message passing features.
Definition: logger.h:695
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:65
BLOCKS_API size_t itemsize(vector_type type)