GNU Radio 3.6.5 C++ API
|
#include <gr_core_api.h>
#include <gr_block.h>
#include <gr_endianness.h>
Go to the source code of this file.
Classes | |
class | gr_unpacked_to_packed_ii |
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.input: stream of int; output: stream of int. More... | |
Functions | |
GR_CORE_API gr_unpacked_to_packed_ii_sptr | gr_make_unpacked_to_packed_ii (unsigned int bits_per_chunk, gr_endianness_t endianness) |
GR_CORE_API gr_unpacked_to_packed_ii_sptr gr_make_unpacked_to_packed_ii | ( | unsigned int | bits_per_chunk, |
gr_endianness_t | endianness | ||
) |