#include <gnuradio/block.h>
#include <gnuradio/endianness.h>
Go to the source code of this file.
|
| class | baz_unpacked_to_packed_bb |
| | Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.input: stream of unsigned char; output: stream of unsigned char. More...
|
| |
◆ baz_make_unpacked_to_packed_bb()
| BAZ_API baz_unpacked_to_packed_bb_sptr baz_make_unpacked_to_packed_bb |
( |
unsigned int |
bits_per_chunk, |
|
|
unsigned int |
bits_into_output, |
|
|
int |
endianness = gr::GR_MSB_FIRST |
|
) |
| |
◆ baz_unpacked_to_packed_bb