#include <gr_packed_to_unpacked_ii.h>
#include <gr_io_signature.h>
#include <assert.h>
#include <gr_log2_const.h>
Functions | |
gr_packed_to_unpacked_ii_sptr | gr_make_packed_to_unpacked_ii (unsigned int bits_per_chunk, gr_endianness_t endianness) |
unsigned int | get_bit_le (const int *in_vector, unsigned int bit_addr) |
unsigned int | get_bit_be (const int *in_vector, unsigned int bit_addr) |
unsigned int get_bit_be | ( | const int * | in_vector, | |
unsigned int | bit_addr | |||
) |
unsigned int get_bit_le | ( | const int * | in_vector, | |
unsigned int | bit_addr | |||
) |
gr_packed_to_unpacked_ii_sptr gr_make_packed_to_unpacked_ii | ( | unsigned int | bits_per_chunk, | |
gr_endianness_t | endianness | |||
) |
Referenced by _wrap_packed_to_unpacked_ii().