23 #ifndef INCLUDED_GR_UNPACK_K_BITS_BB_H
24 #define INCLUDED_GR_UNPACK_K_BITS_BB_H
51 int work (
int noutput_items,
52 gr_vector_const_void_star &input_items,
53 gr_vector_void_star &output_items);
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Definition: gr_sync_interpolator.h:27
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API gr_unpack_k_bits_bb_sptr gr_make_unpack_k_bits_bb(unsigned k)
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...
Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB.
Definition: gr_unpack_k_bits_bb.h:39