GNU Radio's DAB Package
|
cuts bits of start and end of a stream sequence More...
#include <prune_impl.h>
Public Member Functions | |
prune_impl (size_t itemsize, unsigned int length, unsigned int prune_start, unsigned int prune_end) | |
~prune_impl () | |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< prune > | sptr |
![]() | |
static sptr | make (size_t itemsize, unsigned int length, unsigned int prune_start, unsigned int prune_end) |
Return a shared_ptr to a new instance of dab::prune. | |
cuts bits of start and end of a stream sequence
cuts bits of start and end of a stream sequence like a vector prune, but in stream mode
d_length | length of stream sequence |
d_prune_start | number of items to cut from the beginning of sequence |
d_prune_end | number of items to cut from the end of the sequence |
gr::dab::prune_impl::prune_impl | ( | size_t | itemsize, |
unsigned int | length, | ||
unsigned int | prune_start, | ||
unsigned int | prune_end | ||
) |
gr::dab::prune_impl::~prune_impl | ( | ) |
void gr::dab::prune_impl::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int gr::dab::prune_impl::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |