GNU Radio 3.4.2 C++ API
gr_packed_to_unpacked_bb.h File Reference
#include <gr_block.h>
#include <gr_endianness.h>
Include dependency graph for gr_packed_to_unpacked_bb.h:

Go to the source code of this file.

Classes

class  gr_packed_to_unpacked_bb
 Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts.input: stream of unsigned char; output: stream of unsigned char. More...

Functions

gr_packed_to_unpacked_bb_sptr gr_make_packed_to_unpacked_bb (unsigned int bits_per_chunk, gr_endianness_t endianness)

Function Documentation

gr_packed_to_unpacked_bb_sptr gr_make_packed_to_unpacked_bb ( unsigned int  bits_per_chunk,
gr_endianness_t  endianness 
)